Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/05/2019 05:20:48 AM (5 years ago)
Author:
imath
Message:

Use setExpectedDeprecated for the 8 failing tests using update_user_status

See #8123

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/core/class-bp-user-query.php

    r12329 r12422  
    390390     */
    391391    public function test_bp_user_query_type_alphabetical_spam_xprofileoff() {
     392        if ( function_exists( 'wp_get_registered_image_subsizes' ) ) {
     393            $this->setExpectedDeprecated( 'update_user_status' );
     394        }
     395
    392396        $u1 = self::factory()->user->create();
    393397        $u2 = self::factory()->user->create();
Note: See TracChangeset for help on using the changeset viewer.