Skip to content

Commit 8f1edc8

Browse files
committed
Fix css test path
1 parent 8d5cb76 commit 8f1edc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/css-api/wpCssTokenProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function test_processor_matches_spec( string $css, array $expected_tokens
2424
* @return array
2525
*/
2626
public static function corpus_provider(): array {
27-
return json_decode( file_get_contents( DIR_TESTDATA . 'css-api/css-test-cases.json' ), true );
27+
return json_decode( file_get_contents( DIR_TESTDATA . '/css-api/css-test-cases.json' ), true );
2828
}
2929

3030
/**

0 commit comments

Comments
 (0)