Changeset 49053 for trunk/tests/phpunit/tests/rest-api/rest-controller.php
- Timestamp:
- 09/26/2020 06:18:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-controller.php
r48951 r49053 292 292 } 293 293 294 foreach ( array( 'properties', 'additionalProperties' ) as $property ) {294 foreach ( array( 'properties', 'additionalProperties', 'minProperties', 'maxProperties' ) as $property ) { 295 295 $this->assertArrayHasKey( $property, $args['someobject'] ); 296 296 }
Note: See TracChangeset
for help on using the changeset viewer.