Skip to content

Commit 40f4967

Browse files
committed
Testing: Print stuff for test failures
1 parent c3f1a81 commit 40f4967

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wp-includes/html-api/class-wp-html-processor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ public static function create_fragment( $html, $context = '<body>', $encoding =
308308
}
309309

310310
$context_node = self::parse_context_element( $context );
311+
var_dump( $context_node );
311312
if ( null === $context_node ) {
312313
_doing_it_wrong(
313314
__FUNCTION__,

0 commit comments

Comments
 (0)