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