Changeset 897 in tests for trunk/tests/test_option.php
- Timestamp:
- 07/09/2012 04:47:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_option.php
r867 r897 257 257 } 258 258 259 if ( is_multisite() ) : 259 260 /** 260 261 * @group options 261 262 */ 262 263 class TestBlogOption extends WP_UnitTestCase { 263 function setUp() {264 parent::setUp();265 }266 267 function tearDown() {268 parent::tearDown();269 }270 271 264 function test_from_same_site() { 272 if ( ! is_multisite() )273 return false;274 275 265 $key = rand_str(); 276 266 $key2 = rand_str(); … … 309 299 } 310 300 } 301 endif;
Note: See TracChangeset
for help on using the changeset viewer.