Changeset 52010 for trunk/tests/phpunit/tests/ajax/ManageThemes.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ManageThemes.php
r51870 r52010 14 14 private $theme_root; 15 15 16 function set_up() {16 public function set_up() { 17 17 parent::set_up(); 18 18 … … 31 31 } 32 32 33 function tear_down() {33 public function tear_down() { 34 34 $GLOBALS['wp_theme_directories'] = $this->orig_theme_dir; 35 35 remove_filter( 'theme_root', array( $this, 'filter_theme_root' ) ); … … 145 145 * @group ms-excluded 146 146 */ 147 function test_uppercase_theme_slug() {147 public function test_uppercase_theme_slug() { 148 148 $this->_setRole( 'administrator' ); 149 149
Note: See TracChangeset
for help on using the changeset viewer.