Changeset 49992 for trunk/tests/phpunit/tests/customize/manager.php
- Timestamp:
- 01/21/2021 01:35:16 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/manager.php
r49603 r49992 894 894 $this->assertSame( $did_action_customize_preview_init + 1, did_action( 'customize_preview_init' ) ); 895 895 896 $this->assertSame( 10, has_ action( 'wp_head', 'wp_no_robots' ) );896 $this->assertSame( 10, has_filter( 'wp_robots', 'wp_robots_no_robots' ) ); 897 897 $this->assertSame( 10, has_action( 'wp_head', array( $wp_customize, 'remove_frameless_preview_messenger_channel' ) ) ); 898 898 $this->assertSame( 10, has_filter( 'wp_headers', array( $wp_customize, 'filter_iframe_security_headers' ) ) );
Note: See TracChangeset
for help on using the changeset viewer.