Changeset 57010 for branches/6.4/tests/phpunit/tests/theme.php
- Timestamp:
- 10/26/2023 06:45:46 PM (13 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/tests/phpunit/tests/theme.php
r56986 r57010 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.