Changeset 44559 for trunk/tests/phpunit/tests/customize/partial.php
- Timestamp:
- 01/11/2019 03:03:08 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/partial.php
r43571 r44559 33 33 parent::setUp(); 34 34 require_once( ABSPATH . WPINC . '/class-wp-customize-manager.php' ); 35 // @codingStandardsIgnoreStart36 35 $GLOBALS['wp_customize'] = new WP_Customize_Manager(); 37 // @codingStandardsIgnoreEnd 38 $this->wp_customize = $GLOBALS['wp_customize']; 36 $this->wp_customize = $GLOBALS['wp_customize']; 39 37 if ( isset( $this->wp_customize->selective_refresh ) ) { 40 38 $this->selective_refresh = $this->wp_customize->selective_refresh;
Note: See TracChangeset
for help on using the changeset viewer.