- Timestamp:
- 11/09/2021 01:57:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-widgets-controller.php
r52031 r52068 1524 1524 $properties = $data['schema']['properties']; 1525 1525 1526 $this->assertSame( array( 'v1' => true ), $data['endpoints'][0]['allow_batch'] ); 1527 1526 1528 $this->assertCount( 7, $properties ); 1527 1529 $this->assertArrayHasKey( 'id', $properties );
Note: See TracChangeset
for help on using the changeset viewer.