Changeset 51568 for trunk/tests/phpunit/tests/ajax/CustomizeManager.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/CustomizeManager.php
r51462 r51568 51 51 * Set up the test fixture. 52 52 */ 53 public function set Up() {54 parent::set Up();53 public function set_up() { 54 parent::set_up(); 55 55 require_once ABSPATH . WPINC . '/class-wp-customize-manager.php'; 56 56 } … … 59 59 * Tear down. 60 60 */ 61 public function tear Down() {61 public function tear_down() { 62 62 $_REQUEST = array(); 63 parent::tear Down();63 parent::tear_down(); 64 64 } 65 65
Note: See TracChangeset
for help on using the changeset viewer.