- Timestamp:
- 11/03/2016 08:04:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-attachments-controller.php
r39104 r39126 731 731 $this->assertErrorResponse( 'rest_trash_not_supported', $response, 501 ); 732 732 733 $request->set_param( 'force', 'false' ); 734 $response = $this->server->dispatch( $request ); 735 $this->assertErrorResponse( 'rest_trash_not_supported', $response, 501 ); 736 733 737 // Ensure the post still exists 734 738 $post = get_post( $attachment_id );
Note: See TracChangeset
for help on using the changeset viewer.