Changeset 53851
- Timestamp:
- 08/07/2022 02:20:02 PM (2 years ago)
- Location:
- trunk/tests/phpunit/tests/customize
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/manager.php
r52010 r53851 57 57 parent::set_up(); 58 58 require_once ABSPATH . WPINC . '/class-wp-customize-manager.php'; 59 $this->manager = $this->instantiate(); 60 $this->undefined = new stdClass(); 59 $this->manager = $this->instantiate(); 61 60 62 61 $orig_file = DIR_TESTDATA . '/images/canola.jpg'; -
trunk/tests/phpunit/tests/customize/panel.php
r52010 r53851 18 18 $GLOBALS['wp_customize'] = new WP_Customize_Manager(); 19 19 $this->manager = $GLOBALS['wp_customize']; 20 $this->undefined = new stdClass();21 20 } 22 21 -
trunk/tests/phpunit/tests/customize/section.php
r52010 r53851 25 25 $GLOBALS['wp_customize'] = new WP_Customize_Manager(); 26 26 $this->manager = $GLOBALS['wp_customize']; 27 $this->undefined = new stdClass();28 27 } 29 28
Note: See TracChangeset
for help on using the changeset viewer.