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/core/functions/bpCoreGetDirectoryPageIds.php

    r12243 r12244  
    260260    public function test_bp_core_get_directory_pages_multisite_delete_post_with_same_bp_page_id() {
    261261        if ( ! is_multisite() ) {
    262             return;
     262            $this->markTestSkipped();
    263263        }
    264264
     
    293293    public function test_bp_core_get_directory_pages_autocreate_register_pages_single_site() {
    294294        if ( is_multisite() ) {
    295             return;
     295            $this->markTestSkipped();
    296296        }
    297297
     
    320320    public function test_bp_core_get_directory_pages_autocreate_register_pages_multisite() {
    321321        if ( ! is_multisite() ) {
    322             return;
     322            $this->markTestSkipped();
    323323        }
    324324
Note: See TracChangeset for help on using the changeset viewer.