Changeset 51568 for trunk/tests/phpunit/tests/theme.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/theme.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme.php
r51454 r51568 23 23 ); 24 24 25 function set Up() {25 function set_up() { 26 26 global $wp_theme_directories; 27 27 28 parent::set Up();28 parent::set_up(); 29 29 30 30 $backup_wp_theme_directories = $wp_theme_directories; … … 36 36 } 37 37 38 function tear Down() {38 function tear_down() { 39 39 global $wp_theme_directories; 40 40 … … 45 45 unset( $GLOBALS['wp_themes'] ); 46 46 47 parent::tear Down();47 parent::tear_down(); 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.