- Timestamp:
- 02/29/2020 04:09:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/class-bp-component.php
r12488 r12559 33 33 'BP_REST_Components_Endpoint', 34 34 'BP_REST_Members_Endpoint', 35 'BP_REST_Attachments_Member_Avatar_Endpoint', 35 36 ) ); 36 37 } … … 48 49 $this->assertSame( $bp->unit_test_rest->controllers, array( 49 50 'BP_REST_Components_Endpoint', 51 'BP_REST_Attachments_Member_Avatar_Endpoint', 50 52 ) ); 51 53 } … … 64 66 'BP_REST_Components_Endpoint', 65 67 'BP_REST_Members_Endpoint', 68 'BP_REST_Attachments_Member_Avatar_Endpoint', 66 69 ) ); 67 70 }
Note: See TracChangeset
for help on using the changeset viewer.