Changeset 40564 for trunk/tests/phpunit/tests/theme/WPTheme.php
- Timestamp:
- 05/01/2017 08:34:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/WPTheme.php
r40543 r40564 149 149 */ 150 150 function test_wp_theme_network_enable_single_theme() { 151 $this->skipWithoutMultisite();152 153 151 $theme = 'testtheme-1'; 154 152 $current_allowed_themes = get_site_option( 'allowedthemes' ); … … 168 166 */ 169 167 function test_wp_theme_network_enable_multiple_themes() { 170 $this->skipWithoutMultisite();171 172 168 $themes = array( 'testtheme-2', 'testtheme-3' ); 173 169 $current_allowed_themes = get_site_option( 'allowedthemes' ); … … 187 183 */ 188 184 function test_network_disable_single_theme() { 189 $this->skipWithoutMultisite();190 191 185 $current_allowed_themes = get_site_option( 'allowedthemes' ); 192 186 … … 210 204 */ 211 205 function test_network_disable_multiple_themes() { 212 $this->skipWithoutMultisite();213 214 206 $current_allowed_themes = get_site_option( 'allowedthemes' ); 215 207
Note: See TracChangeset
for help on using the changeset viewer.