- Timestamp:
- 10/20/2016 05:12:26 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-attachments-controller.php
r38832 r38834 426 426 $this->assertEquals( 201, $response->get_status() ); 427 427 $this->assertEquals( 'image', $data['media_type'] ); 428 $this->assertEquals( 'A field of amazing canola', $data['title']['rendered'] );429 $this->assertEquals( 'The description for the image', $data['caption'] );430 428 } 431 429
Note: See TracChangeset
for help on using the changeset viewer.