Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/05/2018 03:22:28 PM (8 years ago)
Author:
boonebgorges
Message:

Tests: MS/non-MS tests should be marked skipped.

Fixes #6162.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/members/functions.php

    r12243 r12244  
    348348    public function test_bp_core_process_spammer_status() {
    349349        if ( is_multisite() ) {
    350             return;
     350            $this->markTestSkipped();
    351351        }
    352352
     
    376376    public function test_bp_core_process_spammer_status_ms_bulk_spam() {
    377377        if ( ! is_multisite() ) {
    378             return;
     378            $this->markTestSkipped();
    379379        }
    380380
     
    404404    public function test_bp_core_process_spammer_status_ms_bulk_ham() {
    405405        if ( ! is_multisite() ) {
    406             return;
     406            $this->markTestSkipped();
    407407        }
    408408
Note: See TracChangeset for help on using the changeset viewer.