Changeset 12245 for trunk/tests/phpunit/testcases/blogs/functions.php
- Timestamp:
- 10/05/2018 04:44:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/blogs/functions.php
r12244 r12245 734 734 if ( ! is_multisite() ) { 735 735 $this->markTestSkipped(); 736 return;737 736 } 738 737 … … 886 885 * @group bp_blogs_comment_sync_activity_comment 887 886 * @group post_type_comment_activities 888 * @expectedDeprecated wpmu_new_blog889 887 */ 890 888 public function test_bp_blogs_comment_sync_activity_comment_for_custom_post_type() { 891 889 if ( is_multisite() ) { 890 $this->setExpectedDeprecated( 'wpmu_new_blog' ); 892 891 $b = self::factory()->blog->create(); 893 892 switch_to_blog( $b );
Note: See TracChangeset
for help on using the changeset viewer.