- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php
r51419 r51568 20 20 } 21 21 22 public function set Up() {23 parent::set Up();22 public function set_up() { 23 parent::set_up(); 24 24 25 25 $this->theme_root = DIR_TESTDATA . '/themedir1'; … … 39 39 } 40 40 41 public function tear Down() {41 public function tear_down() { 42 42 $GLOBALS['wp_theme_directories'] = $this->orig_theme_dir; 43 43 wp_clean_themes_cache(); … … 47 47 _get_path_to_translation( null, true ); 48 48 49 parent::tear Down();49 parent::tear_down(); 50 50 } 51 51
Note: See TracChangeset
for help on using the changeset viewer.