- 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-widgets-controller.php
r51277 r51367 1451 1451 $properties = $data['schema']['properties']; 1452 1452 1453 $this->assert Same( 7, count( $properties ));1453 $this->assertCount( 7, $properties ); 1454 1454 $this->assertArrayHasKey( 'id', $properties ); 1455 1455 $this->assertArrayHasKey( 'id_base', $properties );
Note: See TracChangeset
for help on using the changeset viewer.