Changeset 12243 for trunk/tests/phpunit/testcases/blogs/functions.php
- Timestamp:
- 10/05/2018 03:08:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/blogs/functions.php
r11737 r12243 282 282 /** 283 283 * @group bp_blogs_restore_data 284 * @expectedDeprecated wpmu_new_blog 284 285 */ 285 286 public function test_bp_blogs_restore_data() { … … 884 885 * @group bp_blogs_comment_sync_activity_comment 885 886 * @group post_type_comment_activities 887 * @expectedDeprecated wpmu_new_blog 886 888 */ 887 889 public function test_bp_blogs_comment_sync_activity_comment_for_custom_post_type() { … … 987 989 /** 988 990 * @group bp_blogs_record_existing_blogs 991 * @expectedDeprecated wpmu_new_blog 989 992 */ 990 993 public function test_bp_blogs_record_existing_blogs_limit() { … … 1019 1022 /** 1020 1023 * @group bp_blogs_remove_blog 1024 * @expectedDeprecated wpmu_new_blog 1025 * @expectedDeprecated delete_blog 1021 1026 */ 1022 1027 public function test_bp_blogs_remove_blog() { … … 1066 1071 /** 1067 1072 * @group bp_blogs_remove_blog_for_user 1073 * @expectedDeprecated wpmu_new_blog 1068 1074 */ 1069 1075 public function test_bp_blogs_remove_blog_for_user_is_contributor() {
Note: See TracChangeset
for help on using the changeset viewer.