Changeset 60251 for trunk/tests/phpunit/tests/shortcode.php
- Timestamp:
- 05/26/2025 12:03:18 PM (9 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/shortcode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/shortcode.php
r57597 r60251 694 694 add_shortcode( $input, '' ); 695 695 $actual = shortcode_exists( $input ); 696 $this->assertSame( $expected, $actual );697 696 if ( $actual ) { 698 697 remove_shortcode( $input ); 699 698 } 699 700 $this->assertSame( $expected, $actual ); 700 701 } 701 702
Note: See TracChangeset
for help on using the changeset viewer.