- Timestamp:
- 10/08/2018 06:18:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/tests/phpunit/tests/rest-api/rest-attachments-controller.php
r43530 r43681 1261 1261 1262 1262 $this->assertArrayHasKey( 'self', $links ); 1263 $this->assertArrayHasKey( 'author', $links ); 1264 1265 $this->assertCount( 1, $links['author'] ); 1266 $this->assertArrayHasKey( 'embeddable', $links['author'][0]['attributes'] ); 1267 $this->assertTrue( $links['author'][0]['attributes']['embeddable'] ); 1263 1268 } 1264 1269
Note: See TracChangeset
for help on using the changeset viewer.