- Timestamp:
- 02/01/2024 01:00:56 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlSupportRequiredHtmlProcessor.php
r57264 r57508 43 43 */ 44 44 private function ensure_support_is_added_everywhere( $tag_name ) { 45 $p = WP_HTML_Processor::create_fragment( "<$tag_name>" );45 $processor = WP_HTML_Processor::create_fragment( "<$tag_name>" ); 46 46 47 $this->assertFalse( $p ->step(), "Must support terminating elements in specific scope check before adding support for the {$tag_name} element." );47 $this->assertFalse( $processor->step(), "Must support terminating elements in specific scope check before adding support for the {$tag_name} element." ); 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.