Changeset 47198 for trunk/tests/phpunit/tests/customize/manager.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/manager.php
r47160 r47198 56 56 function setUp() { 57 57 parent::setUp(); 58 require_once ( ABSPATH . WPINC . '/class-wp-customize-manager.php' );58 require_once ABSPATH . WPINC . '/class-wp-customize-manager.php'; 59 59 $this->manager = $this->instantiate(); 60 60 $this->undefined = new stdClass();
Note: See TracChangeset
for help on using the changeset viewer.