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/core/caps.php

    r11737 r12243  
    66 */
    77class BP_Tests_Core_Caps extends BP_UnitTestCase {
     8    /**
     9     * @expectedDeprecated wpmu_new_blog
     10     */
    811    public function test_bp_current_user_can_should_interpret_integer_second_param_as_a_blog_id() {
    912        if ( ! is_multisite() ) {
     
    2730    /**
    2831     * @ticket BP6501
     32     * @expectedDeprecated wpmu_new_blog
    2933     */
    3034    public function test_bp_current_user_can_should_respect_blog_id_passed_in_args_array() {
Note: See TracChangeset for help on using the changeset viewer.