- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/selective-refresh.php
r51331 r51568 30 30 * Set up the test fixture. 31 31 */ 32 function set Up() {33 parent::set Up();32 function set_up() { 33 parent::set_up(); 34 34 require_once ABSPATH . WPINC . '/class-wp-customize-manager.php'; 35 35 $GLOBALS['wp_customize'] = new WP_Customize_Manager(); … … 256 256 * Tear down. 257 257 */ 258 function tear Down() {258 function tear_down() { 259 259 $this->wp_customize = null; 260 260 unset( $GLOBALS['wp_customize'] ); 261 261 unset( $GLOBALS['wp_scripts'] ); 262 parent::tear Down();262 parent::tear_down(); 263 263 } 264 264 }
Note: See TracChangeset
for help on using the changeset viewer.