Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/05/2018 03:08:21 PM (6 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/blogs/functions.php

    r11737 r12243  
    282282    /**
    283283     * @group bp_blogs_restore_data
     284     * @expectedDeprecated wpmu_new_blog
    284285     */
    285286    public function test_bp_blogs_restore_data() {
     
    884885     * @group bp_blogs_comment_sync_activity_comment
    885886     * @group post_type_comment_activities
     887     * @expectedDeprecated wpmu_new_blog
    886888     */
    887889    public function test_bp_blogs_comment_sync_activity_comment_for_custom_post_type() {
     
    987989    /**
    988990     * @group bp_blogs_record_existing_blogs
     991     * @expectedDeprecated wpmu_new_blog
    989992     */
    990993    public function test_bp_blogs_record_existing_blogs_limit() {
     
    10191022    /**
    10201023     * @group bp_blogs_remove_blog
     1024     * @expectedDeprecated wpmu_new_blog
     1025     * @expectedDeprecated delete_blog
    10211026     */
    10221027    public function test_bp_blogs_remove_blog() {
     
    10661071    /**
    10671072     * @group bp_blogs_remove_blog_for_user
     1073     * @expectedDeprecated wpmu_new_blog
    10681074     */
    10691075    public function test_bp_blogs_remove_blog_for_user_is_contributor() {
Note: See TracChangeset for help on using the changeset viewer.