We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968b567 commit a94d154Copy full SHA for a94d154
tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
@@ -85,7 +85,7 @@ public function test_parse( $fragment_context, $html, $result ) {
85
* @return array[]
86
*/
87
public function data_external_html5lib_tests() {
88
- $test_dir = __DIR__ . '/../../data/html5lib-tests/tree-construction/';
+ $test_dir = DIR_TESTDATA . '/html5lib-tests/tree-construction/';
89
90
$handle = opendir( $test_dir );
91
while ( false !== ( $entry = readdir( $handle ) ) ) {
0 commit comments