We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5cb76 commit 8f1edc8Copy full SHA for 8f1edc8
1 file changed
tests/phpunit/tests/css-api/wpCssTokenProcessor.php
@@ -24,7 +24,7 @@ public function test_processor_matches_spec( string $css, array $expected_tokens
24
* @return array
25
*/
26
public static function corpus_provider(): array {
27
- return json_decode( file_get_contents( DIR_TESTDATA . 'css-api/css-test-cases.json' ), true );
+ return json_decode( file_get_contents( DIR_TESTDATA . '/css-api/css-test-cases.json' ), true );
28
}
29
30
/**
0 commit comments