Changeset 47923 for trunk/tests/phpunit/tests/rest-api/rest-controller.php
- Timestamp:
- 06/07/2020 10:40:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-controller.php
r47913 r47923 265 265 266 266 $this->assertArrayHasKey( 'items', $args['somearray'] ); 267 268 foreach ( array( 'minItems', 'maxItems' ) as $property ) { 269 $this->assertArrayHasKey( $property, $args['somearray'] ); 270 } 267 271 268 272 foreach ( array( 'properties', 'additionalProperties' ) as $property ) {
Note: See TracChangeset
for help on using the changeset viewer.