Changeset 51568 for trunk/tests/phpunit/tests/theme/customHeader.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/customHeader.php
r51462 r51568 20 20 } 21 21 22 function set Up() {23 parent::set Up();22 function set_up() { 23 parent::set_up(); 24 24 25 25 require_once ABSPATH . WPINC . '/class-wp-customize-manager.php'; … … 30 30 } 31 31 32 function tear Down() {32 function tear_down() { 33 33 $this->customize_manager = null; 34 34 unset( $GLOBALS['wp_customize'] ); … … 40 40 remove_theme_mod( 'external_header_video' ); 41 41 42 parent::tear Down();42 parent::tear_down(); 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.