mirror of
git://develop.git.wordpress.org/
synced 2025-03-14 17:09:47 +01:00
Mark test skipped when not in multisite. See #25883.
git-svn-id: https://develop.svn.wordpress.org/trunk@26305 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
36a5af537e
commit
72a3c91855
@ -95,6 +95,10 @@ class Tests_Option_SiteOption extends WP_UnitTestCase {
|
||||
* @group multisite
|
||||
*/
|
||||
function test_site_notoptions() {
|
||||
if ( ! is_multisite() ) {
|
||||
$this->markTestSkipped( 'Should only run in multisite' );
|
||||
}
|
||||
|
||||
global $wpdb;
|
||||
$notoptions_key = "{$wpdb->siteid}:notoptions";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user