Changeset 33125
- Timestamp:
- 07/08/2015 06:23:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/transient.php
r33110 r33125 119 119 */ 120 120 function test_nonexistent_key_old_timeout() { 121 if ( is_multisite() ) { 122 $this->markTestSkipped( 'Not testable in MS: wpmu_create_blog() defines WP_INSTALLING.' ); 123 } 124 121 125 // Create a transient 122 126 $key = 'test_transient';
Note: See TracChangeset
for help on using the changeset viewer.