- 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-post-types-controller.php
r48939 r51367 145 145 $data = $response->get_data(); 146 146 $properties = $data['schema']['properties']; 147 $this->assert Same( 10, count( $properties ));147 $this->assertCount( 10, $properties ); 148 148 $this->assertArrayHasKey( 'capabilities', $properties ); 149 149 $this->assertArrayHasKey( 'description', $properties );
Note: See TracChangeset
for help on using the changeset viewer.