- Timestamp:
- 03/27/2017 07:08:54 AM (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-server.php
r38947 r40336 647 647 $this->assertArrayHasKey( 'url', $data ); 648 648 $this->assertArrayHasKey( 'home', $data ); 649 $this->assertArrayHasKey( 'gmt_offset', $data ); 650 $this->assertArrayHasKey( 'timezone_string', $data ); 649 651 $this->assertArrayHasKey( 'namespaces', $data ); 650 652 $this->assertArrayHasKey( 'authentication', $data );
Note: See TracChangeset
for help on using the changeset viewer.