Changeset 49063 for trunk/tests/phpunit/tests/rest-api/rest-controller.php
- Timestamp:
- 09/27/2020 07:01:18 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-controller.php
r49053 r49063 282 282 } 283 283 284 foreach ( array( 'm inimum', 'maximum', 'exclusiveMinimum', 'exclusiveMaximum' ) as $property ) {284 foreach ( array( 'multipleOf', 'minimum', 'maximum', 'exclusiveMinimum', 'exclusiveMaximum' ) as $property ) { 285 285 $this->assertArrayHasKey( $property, $args['someinteger'] ); 286 286 }
Note: See TracChangeset
for help on using the changeset viewer.