Changeset 48796 for trunk/tests/phpunit/tests/rest-api/rest-controller.php
- Timestamp:
- 08/15/2020 04:09:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-controller.php
r47923 r48796 266 266 $this->assertArrayHasKey( 'items', $args['somearray'] ); 267 267 268 foreach ( array( 'minItems', 'maxItems' ) as $property ) {268 foreach ( array( 'minItems', 'maxItems', 'uniqueItems' ) as $property ) { 269 269 $this->assertArrayHasKey( $property, $args['somearray'] ); 270 270 }
Note: See TracChangeset
for help on using the changeset viewer.