- Timestamp:
- 07/12/2021 07:48:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/class-bp-component.php
r12607 r12994 31 31 32 32 $this->assertSame( $bp->unit_test_rest->controllers, array( 33 'BP_REST_Components_Endpoint',34 33 'BP_REST_Members_Endpoint', 35 34 'BP_REST_Attachments_Member_Avatar_Endpoint', … … 49 48 50 49 $this->assertSame( $bp->unit_test_rest->controllers, array( 51 'BP_REST_Components_Endpoint',52 50 'BP_REST_Attachments_Member_Avatar_Endpoint', 53 51 'BP_REST_Attachments_Member_Cover_Endpoint', … … 66 64 67 65 $this->assertSame( $bp->unit_test_rest->controllers, array( 68 'BP_REST_Components_Endpoint',69 66 'BP_REST_Members_Endpoint', 70 67 'BP_REST_Attachments_Member_Avatar_Endpoint',
Note: See TracChangeset
for help on using the changeset viewer.