Make WordPress Core

Changeset 26305


Ignore:
Timestamp:
11/21/2013 07:13:53 PM (11 years ago)
Author:
wonderboymusic
Message:

Mark test skipped when not in multisite. See #25883.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/option/siteOption.php

    r26304 r26305  
    9696     */
    9797    function test_site_notoptions() {
     98        if ( ! is_multisite() ) {
     99            $this->markTestSkipped( 'Should only run in multisite' );
     100        }
     101
    98102        global $wpdb;
    99103        $notoptions_key = "{$wpdb->siteid}:notoptions";
Note: See TracChangeset for help on using the changeset viewer.