- Timestamp:
- 01/26/2017 01:46:54 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/tests/phpunit/tests/rest-api/rest-comments-controller.php
r39628 r39957 836 836 837 837 $response = $this->server->dispatch( $request ); 838 $this->assertErrorResponse( 'rest_ cannot_read', $response, 401);838 $this->assertErrorResponse( 'rest_post_invalid_id', $response, 404 ); 839 839 } 840 840
Note: See TracChangeset
for help on using the changeset viewer.