Changeset 50007 for trunk/tests/phpunit/tests/rest-api/rest-controller.php
- Timestamp:
- 01/24/2021 03:57:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-controller.php
r49547 r50007 165 165 166 166 $this->assertErrorResponse( 167 'rest_ invalid_param',167 'rest_not_in_enum', 168 168 rest_validate_request_arg( 'd', $this->request, 'someenum' ) 169 169 );
Note: See TracChangeset
for help on using the changeset viewer.