- 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-users-controller.php
r39844 r39957 1850 1850 $response = $this->server->dispatch( $request ); 1851 1851 1852 // Not implemented in multisite.1853 if ( is_multisite() ) {1854 $this->assertErrorResponse( 'rest_cannot_delete', $response, 501 );1855 return;1856 }1857 1858 1852 $this->assertErrorResponse( 'rest_user_invalid_id', $response, 404 ); 1859 1853 }
Note: See TracChangeset
for help on using the changeset viewer.