Changeset 13414 for trunk/tests/phpunit/assets/bp-rest-api-controllers.php
- Timestamp:
- 02/10/2023 03:12:09 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/assets/bp-rest-api-controllers.php
r12607 r13414 15 15 * BP Member Cover Image REST Controller's mock. 16 16 */ 17 #[AllowDynamicProperties] 17 18 class BP_REST_Attachments_Member_Cover_Endpoint extends BP_REST_Mock_Class { 18 19 public function __construct() { … … 29 30 * BP Member Avatar REST Controller's mock. 30 31 */ 32 #[AllowDynamicProperties] 31 33 class BP_REST_Attachments_Member_Avatar_Endpoint extends BP_REST_Mock_Class { 32 34 public function __construct() { … … 43 45 * BP Components REST Controller's mock. 44 46 */ 47 #[AllowDynamicProperties] 45 48 class BP_REST_Components_Endpoint extends BP_REST_Mock_Class { 46 49 public function __construct() { … … 57 60 * BP Members REST Controller's mock. 58 61 */ 62 #[AllowDynamicProperties] 59 63 class BP_REST_Members_Endpoint extends BP_REST_Mock_Class { 60 64 public function __construct() {
Note: See TracChangeset
for help on using the changeset viewer.