Skip to:
Content

BuddyPress.org


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

PHPUNIT: Set update_user_status() as expected to be deprecated only for multisite

File:
1 edited

Legend:

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

    r12422 r12423  
    390390     */
    391391    public function test_bp_user_query_type_alphabetical_spam_xprofileoff() {
    392         if ( function_exists( 'wp_get_registered_image_subsizes' ) ) {
     392        if ( is_multisite() && function_exists( 'wp_get_registered_image_subsizes' ) ) {
    393393            $this->setExpectedDeprecated( 'update_user_status' );
    394394        }
Note: See TracChangeset for help on using the changeset viewer.