Changeset 59391 for trunk/tests/phpunit/tests/html-api/wpHtmlProcessor.php
- Timestamp:
- 11/12/2024 10:30:26 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlProcessor.php
r59364 r59391 134 134 // Create a bookmark inside of that stack. 135 135 if ( null !== $processor->get_attribute( 'two' ) ) { 136 $ processor->set_bookmark( 'two');136 $this->assertTrue( $processor->set_bookmark( 'two' ) ); 137 137 break; 138 138 }
Note: See TracChangeset
for help on using the changeset viewer.