Changeset 47198 for trunk/tests/phpunit/tests/customize/panel.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/panel.php
r46586 r47198 15 15 function setUp() { 16 16 parent::setUp(); 17 require_once ( ABSPATH . WPINC . '/class-wp-customize-manager.php' );17 require_once ABSPATH . WPINC . '/class-wp-customize-manager.php'; 18 18 $GLOBALS['wp_customize'] = new WP_Customize_Manager(); 19 19 $this->manager = $GLOBALS['wp_customize'];
Note: See TracChangeset
for help on using the changeset viewer.