Changeset 51870 for trunk/tests/phpunit/tests/ajax/ManageThemes.php
- Timestamp:
- 09/26/2021 12:12:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ManageThemes.php
r51568 r51870 102 102 } 103 103 104 /** 105 * @group ms-excluded 106 */ 104 107 public function test_update_theme() { 105 $this->skipWithMultisite();106 108 $this->_setRole( 'administrator' ); 107 109 … … 140 142 } 141 143 144 /** 145 * @group ms-excluded 146 */ 142 147 function test_uppercase_theme_slug() { 143 $this->skipWithMultisite();144 148 $this->_setRole( 'administrator' ); 145 149
Note: See TracChangeset
for help on using the changeset viewer.