- 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-posts-controller.php
r39630 r39957 128 128 $keys = array_keys( $data['endpoints'][0]['args'] ); 129 129 sort( $keys ); 130 $this->assertEquals( array( 'context', ' password' ), $keys );130 $this->assertEquals( array( 'context', 'id', 'password' ), $keys ); 131 131 } 132 132
Note: See TracChangeset
for help on using the changeset viewer.