- Timestamp:
- 07/07/2021 10:32:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-revisions-controller.php
r50463 r51367 329 329 $data = $response->get_data(); 330 330 $properties = $data['schema']['properties']; 331 $this->assert Same( 12, count( $properties ));331 $this->assertCount( 12, $properties ); 332 332 $this->assertArrayHasKey( 'author', $properties ); 333 333 $this->assertArrayHasKey( 'content', $properties );
Note: See TracChangeset
for help on using the changeset viewer.