- Timestamp:
- 01/26/2017 01:38:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-comments-controller.php
r39922 r39954 838 838 839 839 $response = $this->server->dispatch( $request ); 840 $this->assertErrorResponse( 'rest_ cannot_read', $response, 401);840 $this->assertErrorResponse( 'rest_post_invalid_id', $response, 404 ); 841 841 } 842 842
Note: See TracChangeset
for help on using the changeset viewer.