Make WordPress Core

Changeset 36791


Ignore:
Timestamp:
02/29/2016 10:55:56 PM (8 years ago)
Author:
boonebgorges
Message:

Use markTestSkipped() to skip a multisite-only test.

See #36016.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/user.php

    r36790 r36791  
    659659    function test_illegal_user_logins_multisite() {
    660660        if ( ! is_multisite() ) {
    661             return;
     661            $this->markTestSkipped( __METHOD__ . ' requires multisite.' );
    662662        }
    663663
Note: See TracChangeset for help on using the changeset viewer.