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/blogs/class-bp-blogs-blog.php

    r12243 r12244  
    1111    public function test_get_with_search_terms() {
    1212        if ( ! is_multisite() ) {
    13             return;
     13            $this->markTestSkipped();
    1414        }
    1515
     
    3939    public function test_get_with_search_terms_should_match_description() {
    4040        if ( ! is_multisite() ) {
    41             return;
     41            $this->markTestSkipped();
    4242        }
    4343
     
    6969    public function test_search_blogs() {
    7070        if ( ! is_multisite() ) {
    71             return;
     71            $this->markTestSkipped();
    7272        }
    7373
     
    9898    public function test_get_by_letter() {
    9999        if ( ! is_multisite() ) {
     100            $this->markTestSkipped();
    100101            return;
    101102        }
     
    127128    public function test_get_order_by() {
    128129        if ( ! is_multisite() ) {
    129             return;
     130            $this->markTestSkipped();
    130131        }
    131132
Note: See TracChangeset for help on using the changeset viewer.