Skip to content

Commit d8c1078

Browse files
committed
fixup! Update tests to account for scanning all tokens.
1 parent b971665 commit d8c1078

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/phpunit/tests/html-api/wpHtmlSupportRequiredActiveFormatReconstruction.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public function test_reconstructs_active_formats_on_text_nodes() {
5454
*/
5555

5656
if ( $processor->next_tag( 'SOURCE' ) ) {
57-
echo "\e[32mSOURCE\e[m\n";
5857
$this->assertSame(
5958
array( 'HTML', 'BODY', 'P', 'B', 'SOURCE' ),
6059
$processor->get_breadcrumbs(),

0 commit comments

Comments
 (0)