Changeset 53562 for trunk/tests/phpunit/tests/formatting/wpAutop.php
- Timestamp:
- 06/23/2022 08:27:34 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/formatting/wpAutop.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpAutop.php
r52789 r53562 3 3 /** 4 4 * @group formatting 5 * 6 * @covers ::wpautop 5 7 */ 6 8 class Tests_Formatting_wpAutop extends WP_UnitTestCase { … … 542 544 * wpautop() should not add extra </p> before <figcaption> 543 545 * 544 * @covers ::wpautop 546 * @ticket 39307 547 * 545 548 * @uses ::trim 546 *547 * @ticket 39307548 549 */ 549 550 public function test_that_wpautop_does_not_add_extra_closing_p_in_figure() {
Note: See TracChangeset
for help on using the changeset viewer.