- Timestamp:
- 01/26/2017 01:38:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-users-controller.php
r39913 r39954 1888 1888 $response = $this->server->dispatch( $request ); 1889 1889 1890 // Not implemented in multisite.1891 if ( is_multisite() ) {1892 $this->assertErrorResponse( 'rest_cannot_delete', $response, 501 );1893 return;1894 }1895 1896 1890 $this->assertErrorResponse( 'rest_user_invalid_id', $response, 404 ); 1897 1891 }
Note: See TracChangeset
for help on using the changeset viewer.