- Timestamp:
- 07/07/2021 10:32:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-themes-controller.php
r51137 r51367 343 343 $data = $response->get_data(); 344 344 $properties = $data['schema']['properties']; 345 $this->assert Same( 15, count( $properties ));345 $this->assertCount( 15, $properties ); 346 346 347 347 $this->assertArrayHasKey( 'author', $properties );
Note: See TracChangeset
for help on using the changeset viewer.