Changeset 40543 for trunk/tests/phpunit/tests/option/siteTransient.php
- Timestamp:
- 04/23/2017 09:57:31 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/option/siteTransient.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/siteTransient.php
r40520 r40543 48 48 */ 49 49 public function test_set_site_transient_is_not_stored_as_autoload_option() { 50 $this->skipWithMultisite(); 51 50 52 $key = 'not_autoloaded'; 51 53 52 if ( is_multisite() ) {53 $this->markTestSkipped( 'Does not apply when used in multisite.' );54 }55 54 set_site_transient( $key, 'Not an autoload option' ); 56 55
Note: See TracChangeset
for help on using the changeset viewer.