Skip to content

Commit

Permalink
Fix php unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Apr 25, 2018
1 parent aee4b45 commit 0ded105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit/class-parsing-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Parsing_Test extends WP_UnitTestCase {
protected static $fixtures_dir;

function parsing_test_filenames() {
self::$fixtures_dir = dirname( dirname( __FILE__ ) ) . '/blocks/test/fixtures';
self::$fixtures_dir = dirname( dirname( __FILE__ ) ) . '/core-blocks/test/fixtures';

require_once dirname( dirname( __FILE__ ) ) . '/lib/parser.php';

Expand Down

0 comments on commit 0ded105

Please sign in to comment.