- Timestamp:
- 10/05/2018 03:22:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/blogs/class-bp-blogs-blog.php
r12243 r12244 11 11 public function test_get_with_search_terms() { 12 12 if ( ! is_multisite() ) { 13 return;13 $this->markTestSkipped(); 14 14 } 15 15 … … 39 39 public function test_get_with_search_terms_should_match_description() { 40 40 if ( ! is_multisite() ) { 41 return;41 $this->markTestSkipped(); 42 42 } 43 43 … … 69 69 public function test_search_blogs() { 70 70 if ( ! is_multisite() ) { 71 return;71 $this->markTestSkipped(); 72 72 } 73 73 … … 98 98 public function test_get_by_letter() { 99 99 if ( ! is_multisite() ) { 100 $this->markTestSkipped(); 100 101 return; 101 102 } … … 127 128 public function test_get_order_by() { 128 129 if ( ! is_multisite() ) { 129 return;130 $this->markTestSkipped(); 130 131 } 131 132
Note: See TracChangeset
for help on using the changeset viewer.