We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5359c commit 49d5adfCopy full SHA for 49d5adf
tests/Openapi/OpenApi.php
@@ -1,5 +1,6 @@
1
<?php
2
3
+use Astral\Serialize\OpenApi\OpenApi;
4
use Astral\Serialize\Serialize;
5
6
beforeAll(static function () {
@@ -51,7 +52,7 @@ public function one(TestOpenApiRequest $request): TestOpenApiResponse
51
52
53
test('OpenAPI structure is correct', function () {
54
- $api = new \Astral\Serialize\OpenApi\OpenApi();
55
+ $api = new OpenApi();
56
$api->buildByClass(TestOpenApiController::class);
57
58
$openApi = $api::$OpenAPI;
0 commit comments