- Timestamp:
- 10/05/2023 10:40:48 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlSupportRequiredOpenElements.php
r56380 r56790 45 45 */ 46 46 private function ensure_support_is_added_everywhere( $tag_name ) { 47 $p = WP_HTML_Processor::create Fragment( "<$tag_name>" );47 $p = WP_HTML_Processor::create_fragment( "<$tag_name>" ); 48 48 49 49 $this->assertFalse( $p->step(), "Must support terminating elements in specific scope check before adding support for the {$tag_name} element." );
Note: See TracChangeset
for help on using the changeset viewer.