Changeset 57009 for trunk/tests/phpunit/tests/theme.php
- Timestamp:
- 10/26/2023 06:42:46 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme.php
r56974 r57009 747 747 * @ticket 54597 748 748 * @ticket 54731 749 * @ticket 59732 749 750 * 750 751 * @dataProvider data_block_theme_has_default_support … … 775 776 ); 776 777 777 do_action( ' setup_theme' );778 do_action( 'after_setup_theme' ); 778 779 779 780 $this->assertTrue( … … 859 860 * 860 861 * @ticket 54597 862 * @ticket 59732 861 863 * 862 864 * @covers ::_add_default_theme_supports … … 873 875 ); 874 876 875 do_action( ' setup_theme' );877 do_action( 'after_setup_theme' ); 876 878 877 879 $this->assertTrue(
Note: See TracChangeset
for help on using the changeset viewer.