Changeset 12243
- Timestamp:
- 10/05/2018 03:08:21 PM (6 years ago)
- Location:
- trunk/tests/phpunit/testcases
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/activity/functions.php
r12154 r12243 805 805 * @group bp_activity_format_activity_action_custom_post_type_post_ms 806 806 * @group activity_tracking 807 * @expectedDeprecated wpmu_new_blog 807 808 */ 808 809 public function test_bp_activity_format_activity_action_custom_post_type_post_ms() { … … 917 918 * @group bp_activity_format_activity_action_custom_post_type_post_ms 918 919 * @group activity_tracking 920 * @expectedDeprecated wpmu_new_blog 919 921 */ 920 922 public function test_bp_activity_format_activity_action_custom_string_post_type_post_ms() { … … 1051 1053 * @group bp_activity_format_activity_action_custom_post_type_post_ms 1052 1054 * @group post_type_comment_activities 1055 * @expectedDeprecated wpmu_new_blog 1053 1056 */ 1054 1057 public function test_bp_activity_format_activity_action_custom_post_type_comment() { -
trunk/tests/phpunit/testcases/blogs/activity.php
r11737 r12243 24 24 * @group activity_action 25 25 * @group bp_blogs_format_activity_action_new_blog 26 * @expectedDeprecated wpmu_new_blog 26 27 */ 27 28 public function test_bp_blogs_format_activity_action_new_blog() { … … 117 118 * @group activity_action 118 119 * @group bp_blogs_format_activity_action_new_blog_post 120 * @expectedDeprecated wpmu_new_blog 119 121 */ 120 122 public function test_bp_blogs_format_activity_action_new_blog_post_ms_nonrootblog() { … … 158 160 * @group bp_blogs_format_activity_action_new_blog_comment 159 161 * @group post_type_comment_activities 162 * @expectedDeprecated wpmu_new_blog 160 163 */ 161 164 public function test_bp_blogs_format_activity_action_new_blog_comment_ms_nonrootblog() { … … 201 204 /** 202 205 * @group bp_blogs_format_activity_action_new_blog 206 * @expectedDeprecated wpmu_new_blog 203 207 */ 204 208 public function test_bp_activity_format_activity_action_new_blog_backpat() { … … 229 233 /** 230 234 * @group bp_blogs_format_activity_action_new_blog_post 235 * @expectedDeprecated wpmu_new_blog 231 236 */ 232 237 public function test_bp_activity_format_activity_action_new_blog_post_backpat() { … … 257 262 /** 258 263 * @group bp_blogs_format_activity_action_new_blog_comment 264 * @expectedDeprecated wpmu_new_blog 259 265 */ 260 266 public function test_bp_activity_format_activity_action_new_blog_comment_backpat() { -
trunk/tests/phpunit/testcases/blogs/cache.php
r12173 r12243 8 8 /** 9 9 * @group bp_blogs_update_meta_cache 10 * @expectedDeprecated wpmu_new_blog 10 11 */ 11 12 public function test_bp_blogs_update_meta_cache() { … … 89 90 * @group bp_blogs_update_meta_cache 90 91 * @group bp_has_blogs 92 * @expectedDeprecated wpmu_new_blog 91 93 */ 92 94 public function test_bp_blogs_update_meta_cache_bp_has_blogs() { … … 183 185 * @group bp_blogs_update_meta_cache 184 186 * @group bp_has_blogs 187 * @expectedDeprecated wpmu_new_blog 185 188 */ 186 189 public function test_bp_blogs_update_meta_cache_bp_has_blogs_false() { … … 258 261 /** 259 262 * @group bp_blogs_total_blogs 263 * @expectedDeprecated wpmu_new_blog 264 * @expectedDeprecated delete_blog 260 265 */ 261 266 public function test_bp_blogs_total_blogs_count_after_delete_blog() { … … 292 297 /** 293 298 * @group update_blog_details 299 * @expectedDeprecated wpmu_new_blog 294 300 */ 295 301 public function test_update_blog_details_should_purge_blogmeta_cache() { -
trunk/tests/phpunit/testcases/blogs/class-bp-blogs-blog.php
r11737 r12243 6 6 */ 7 7 class BP_Tests_BP_Blogs_Blog_TestCases extends BP_UnitTestCase { 8 /** 9 * @expectedDeprecated wpmu_new_blog 10 */ 8 11 public function test_get_with_search_terms() { 9 12 if ( ! is_multisite() ) { … … 32 35 /** 33 36 * @ticket BP5858 37 * @expectedDeprecated wpmu_new_blog 34 38 */ 35 39 public function test_get_with_search_terms_should_match_description() { … … 60 64 } 61 65 66 /** 67 * @expectedDeprecated wpmu_new_blog 68 */ 62 69 public function test_search_blogs() { 63 70 if ( ! is_multisite() ) { … … 87 94 /** 88 95 * @group get_by_letter 96 * @expectedDeprecated wpmu_new_blog 89 97 */ 90 98 public function test_get_by_letter() { … … 115 123 /** 116 124 * @group get_order_by 125 * @expectedDeprecated wpmu_new_blog 117 126 */ 118 127 public function test_get_order_by() { -
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() { -
trunk/tests/phpunit/testcases/core/avatars.php
r11737 r12243 19 19 /** 20 20 * @ticket BP4948 21 * @expectedDeprecated wpmu_new_blog 21 22 */ 22 23 function test_avatars_on_non_root_blog() { -
trunk/tests/phpunit/testcases/core/caps.php
r11737 r12243 6 6 */ 7 7 class BP_Tests_Core_Caps extends BP_UnitTestCase { 8 /** 9 * @expectedDeprecated wpmu_new_blog 10 */ 8 11 public function test_bp_current_user_can_should_interpret_integer_second_param_as_a_blog_id() { 9 12 if ( ! is_multisite() ) { … … 27 30 /** 28 31 * @ticket BP6501 32 * @expectedDeprecated wpmu_new_blog 29 33 */ 30 34 public function test_bp_current_user_can_should_respect_blog_id_passed_in_args_array() { -
trunk/tests/phpunit/testcases/core/functions.php
r11737 r12243 696 696 * @group bp_attachments 697 697 * @group bp_upload_dir 698 * @expectedDeprecated wpmu_new_blog 698 699 */ 699 700 public function test_bp_upload_dir() { -
trunk/tests/phpunit/testcases/core/functions/bpCoreGetDirectoryPageIds.php
r11880 r12243 255 255 } 256 256 257 /** 258 * @expectedDeprecated wpmu_new_blog 259 */ 257 260 public function test_bp_core_get_directory_pages_multisite_delete_post_with_same_bp_page_id() { 258 261 if ( ! is_multisite() ) { -
trunk/tests/phpunit/testcases/members/functions.php
r11829 r12243 496 496 /** 497 497 * @group bp_core_activate_signup 498 * @expectedDeprecated wpmu_new_blog 498 499 */ 499 500 public function test_bp_core_activate_signup_password() { -
trunk/tests/phpunit/testcases/routing/url.php
r11737 r12243 4 4 */ 5 5 class BP_Tests_URL extends BP_UnitTestCase { 6 /** 7 * @expectedDeprecated wpmu_new_blog 8 */ 6 9 function test_bp_core_ajax_url() { 7 10 $forced = force_ssl_admin();
Note: See TracChangeset
for help on using the changeset viewer.