Skip to content

Commit

Permalink
Move test data to test data dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Dec 19, 2023
1 parent 2f7d75d commit ddbc26a
Show file tree
Hide file tree
Showing 61 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function test_external_html5lib( $fragment_context, $html, $result ) {
* @return array[]
*/
public function data_external_html5lib_tests() {
$test_dir = __DIR__ . '/html5lib-tests/tree-construction/';
$test_dir = __DIR__ . '/../../data/html5lib-tests/tree-construction/';

$handle = opendir( $test_dir );
while ( false !== ( $entry = readdir( $handle ) ) ) {
Expand Down

0 comments on commit ddbc26a

Please sign in to comment.