Changeset 12244 for trunk/tests/phpunit/testcases/members/functions.php
- Timestamp:
- 10/05/2018 03:22:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/members/functions.php
r12243 r12244 348 348 public function test_bp_core_process_spammer_status() { 349 349 if ( is_multisite() ) { 350 return;350 $this->markTestSkipped(); 351 351 } 352 352 … … 376 376 public function test_bp_core_process_spammer_status_ms_bulk_spam() { 377 377 if ( ! is_multisite() ) { 378 return;378 $this->markTestSkipped(); 379 379 } 380 380 … … 404 404 public function test_bp_core_process_spammer_status_ms_bulk_ham() { 405 405 if ( ! is_multisite() ) { 406 return;406 $this->markTestSkipped(); 407 407 } 408 408
Note: See TracChangeset
for help on using the changeset viewer.