NelmioApiDocBundle/Tests
Christopher Davis 5f1645db40 Check min/max On Range Constraints Before Use
Previously it was possible to set only one of the min or max values and
get a schema like:

    "property": {
      "type": "integer",
      "minimum": 1,
      "maximum": 0
    }

Also possible that `Range` would be used with {min,max}PropertyPath and
you'd get a schema with both minimum and max set to zero.

With the checks in place, that's no longer the case.
2021-05-25 06:44:16 -05:00
..
Command Add dump command to print out swagger JSON. (#1537) (#1540) 2020-05-31 11:39:50 +02:00
DependencyInjection Add php 8 support (#1745) 2020-12-10 21:59:36 +01:00
Describer Add php 8 support (#1745) 2020-12-10 21:59:36 +01:00
Functional Merge pull request #1788 from raziel057/patch-1 2021-03-26 22:54:00 +01:00
Model OpenApi 3 Support (#1623) 2020-05-28 13:19:11 +02:00
ModelDescriber Check min/max On Range Constraints Before Use 2021-05-25 06:44:16 -05:00
RouteDescriber Fix access to api->components in RouteMetadataDescriber (#1635) 2020-05-30 18:24:51 +02:00
Routing Fix calls to nonexistent method ControllerReflector::getReflectionClassAndMethod() 2021-03-14 17:19:25 +01:00
SwaggerPhp Fix Declaration must be compatible error with tests (#1638) 2020-05-31 15:16:51 +02:00
ApiDocGeneratorTest.php Move the OpenApi processing to ApiDocGenerator (#1671) 2020-07-06 19:50:34 +02:00