Changeset 40543 for trunk/tests/phpunit/tests/oembed/controller.php
- Timestamp:
- 04/23/2017 09:57:31 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/oembed/controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/controller.php
r40520 r40543 257 257 */ 258 258 function test_request_ms_child_in_root_blog() { 259 if ( ! is_multisite() ) { 260 $this->markTestSkipped( __METHOD__ . ' is a multisite-only test.' ); 261 } 259 $this->skipWithoutMultisite(); 262 260 263 261 $child = self::factory()->blog->create();
Note: See TracChangeset
for help on using the changeset viewer.