- Timestamp:
- 07/07/2021 10:32:56 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-autosaves-controller.php
r49606 r51367 287 287 $data = $response->get_data(); 288 288 $properties = $data['schema']['properties']; 289 $this->assert Same( 13, count( $properties ));289 $this->assertCount( 13, $properties ); 290 290 $this->assertArrayHasKey( 'author', $properties ); 291 291 $this->assertArrayHasKey( 'content', $properties );
Note: See TracChangeset
for help on using the changeset viewer.