- Timestamp:
- 01/26/2017 01:38:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php
r39913 r39954 129 129 $keys = array_keys( $data['endpoints'][0]['args'] ); 130 130 sort( $keys ); 131 $this->assertEquals( array( 'context', ' password' ), $keys );131 $this->assertEquals( array( 'context', 'id', 'password' ), $keys ); 132 132 } 133 133
Note: See TracChangeset
for help on using the changeset viewer.