- 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-attachments-controller.php
r39849 r39957 183 183 $keys = array_keys( $data['endpoints'][0]['args'] ); 184 184 sort( $keys ); 185 $this->assertEquals( array( 'context' ), $keys );185 $this->assertEquals( array( 'context', 'id' ), $keys ); 186 186 } 187 187
Note: See TracChangeset
for help on using the changeset viewer.