Changeset 53851 for trunk/tests/phpunit/tests/customize/manager.php
- Timestamp:
- 08/07/2022 02:20:02 PM (3 years ago)
- File:
-
- 1 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';
Note: See TracChangeset
for help on using the changeset viewer.