Changeset 51568 for trunk/tests/phpunit/tests/functions/pluginBasename.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/pluginBasename.php
r49006 r51568 22 22 protected $wp_plugin_path; 23 23 24 public function set Up() {25 parent::set Up();24 public function set_up() { 25 parent::set_up(); 26 26 27 27 $this->wp_plugin_paths_backup = $GLOBALS['wp_plugin_paths']; … … 29 29 } 30 30 31 public function tear Down() {31 public function tear_down() { 32 32 $GLOBALS['wp_plugin_paths'] = $this->wp_plugin_paths_backup; 33 33 34 parent::tear Down();34 parent::tear_down(); 35 35 } 36 36
Note: See TracChangeset
for help on using the changeset viewer.