Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/29/2020 04:09:19 PM (5 years ago)
Author:
imath
Message:

Move Avatars & Cover from xProfile to Members component : step 6

Move the Avatars & Cover navigation and the Avatars REST Controllers from the xProfile Component to the Members one.

See #8156

File:
1 edited

Legend:

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

    r12488 r12559  
    3333            'BP_REST_Components_Endpoint',
    3434            'BP_REST_Members_Endpoint',
     35            'BP_REST_Attachments_Member_Avatar_Endpoint',
    3536        ) );
    3637    }
     
    4849        $this->assertSame( $bp->unit_test_rest->controllers, array(
    4950            'BP_REST_Components_Endpoint',
     51            'BP_REST_Attachments_Member_Avatar_Endpoint',
    5052        ) );
    5153    }
     
    6466            'BP_REST_Components_Endpoint',
    6567            'BP_REST_Members_Endpoint',
     68            'BP_REST_Attachments_Member_Avatar_Endpoint',
    6669        ) );
    6770    }
Note: See TracChangeset for help on using the changeset viewer.