From f226b4c31b4f1b7e29617ee04135bbd655d2e547 Mon Sep 17 00:00:00 2001 From: Jeroen van den Enden Date: Wed, 22 Nov 2023 08:36:35 +0000 Subject: [PATCH] Support OpenAPI 3.1.0 --- .../Functional/Command/ApiPlatformOpenApiExportCommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Functional/Command/ApiPlatformOpenApiExportCommandTest.php b/Tests/Functional/Command/ApiPlatformOpenApiExportCommandTest.php index f4194bb6..9f45d875 100644 --- a/Tests/Functional/Command/ApiPlatformOpenApiExportCommandTest.php +++ b/Tests/Functional/Command/ApiPlatformOpenApiExportCommandTest.php @@ -27,7 +27,7 @@ public function testCheckOpenApiExportCommand() $this->assertSame(0, $tester->execute([])); $this->assertJsonStringEqualsJsonString(<<