Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/05/2018 03:08:21 PM (7 years ago)
Author:
boonebgorges
Message:

Tests: Add deprecation notices for wpmu_new_blog and delete_blog hook usage.

See #7984.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/activity/functions.php

    r12154 r12243  
    805805     * @group bp_activity_format_activity_action_custom_post_type_post_ms
    806806     * @group activity_tracking
     807     * @expectedDeprecated wpmu_new_blog
    807808     */
    808809    public function test_bp_activity_format_activity_action_custom_post_type_post_ms() {
     
    917918     * @group bp_activity_format_activity_action_custom_post_type_post_ms
    918919     * @group activity_tracking
     920     * @expectedDeprecated wpmu_new_blog
    919921     */
    920922    public function test_bp_activity_format_activity_action_custom_string_post_type_post_ms() {
     
    10511053     * @group bp_activity_format_activity_action_custom_post_type_post_ms
    10521054     * @group post_type_comment_activities
     1055     * @expectedDeprecated wpmu_new_blog
    10531056     */
    10541057    public function test_bp_activity_format_activity_action_custom_post_type_comment() {
Note: See TracChangeset for help on using the changeset viewer.