- Timestamp:
- 10/05/2018 03:22:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/functions/bpCoreGetDirectoryPageIds.php
r12243 r12244 260 260 public function test_bp_core_get_directory_pages_multisite_delete_post_with_same_bp_page_id() { 261 261 if ( ! is_multisite() ) { 262 return;262 $this->markTestSkipped(); 263 263 } 264 264 … … 293 293 public function test_bp_core_get_directory_pages_autocreate_register_pages_single_site() { 294 294 if ( is_multisite() ) { 295 return;295 $this->markTestSkipped(); 296 296 } 297 297 … … 320 320 public function test_bp_core_get_directory_pages_autocreate_register_pages_multisite() { 321 321 if ( ! is_multisite() ) { 322 return;322 $this->markTestSkipped(); 323 323 } 324 324
Note: See TracChangeset
for help on using the changeset viewer.