Changeset 44582
- Timestamp:
- 01/14/2019 07:22:03 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/manager.php
r44580 r44582 853 853 */ 854 854 function test_filter_iframe_security_headers() { 855 $wp_customize 856 $headers 855 $wp_customize = new WP_Customize_Manager(); 856 $headers = $wp_customize->filter_iframe_security_headers( array() ); 857 857 $this->assertArrayHasKey( 'X-Frame-Options', $headers ); 858 858 $this->assertArrayHasKey( 'Content-Security-Policy', $headers );
Note: See TracChangeset
for help on using the changeset viewer.