Make WordPress Core


Ignore:
Timestamp:
09/27/2020 07:01:18 PM (4 years ago)
Author:
TimothyBlynJacobs
Message:

REST API: Support the multipleOf JSON Schema keyword.

Props yakimun.
Fixes #51022.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api/rest-controller.php

    r49053 r49063  
    282282        }
    283283
    284         foreach ( array( 'minimum', 'maximum', 'exclusiveMinimum', 'exclusiveMaximum' ) as $property ) {
     284        foreach ( array( 'multipleOf', 'minimum', 'maximum', 'exclusiveMinimum', 'exclusiveMaximum' ) as $property ) {
    285285            $this->assertArrayHasKey( $property, $args['someinteger'] );
    286286        }
Note: See TracChangeset for help on using the changeset viewer.