- Timestamp:
- 12/11/2018 04:00:37 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 (added) merged: 43681
- Property svn:mergeinfo changed
-
trunk/tests/phpunit/tests/rest-api/rest-attachments-controller.php
r43571 r43973 1468 1468 1469 1469 $this->assertArrayHasKey( 'self', $links ); 1470 $this->assertArrayHasKey( 'author', $links ); 1471 1472 $this->assertCount( 1, $links['author'] ); 1473 $this->assertArrayHasKey( 'embeddable', $links['author'][0]['attributes'] ); 1474 $this->assertTrue( $links['author'][0]['attributes']['embeddable'] ); 1470 1475 } 1471 1476
Note: See TracChangeset
for help on using the changeset viewer.