- Timestamp:
- 04/26/2024 01:51:06 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlTagProcessor-bookmark.php
r57805 r58048 415 415 * 416 416 * @covers WP_HTML_Tag_Processor::set_bookmark 417 * @expectedIncorrectUsage WP_HTML_Tag_Processor::set_bookmark 417 418 */ 418 419 public function test_limits_the_number_of_bookmarks() { … … 424 425 } 425 426 426 $this->setExpectedIncorrectUsage( 'WP_HTML_Tag_Processor::set_bookmark' );427 427 $this->assertFalse( $processor->set_bookmark( 'final bookmark' ), "Allocated $i bookmarks, which is one above the limit" ); 428 428 }
Note: See TracChangeset
for help on using the changeset viewer.