We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89191b8 commit 552c68eCopy full SHA for 552c68e
tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
@@ -57,7 +57,8 @@ public function data_external_html5lib_tests() {
57
}
58
59
foreach ( self::parse_html5_dat_testfile( $test_dir . $entry ) as $k => $test ) {
60
- yield "{$entry}/case {$k} - line {$test[0]}" => array_slice( $test, 1 );
+ $case = $k + 1;
61
+ yield "{$entry}/case {$case} - line {$test[0]}" => array_slice( $test, 1 );
62
63
64
closedir( $handle );
0 commit comments