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 c58f6a4 commit ce77b88Copy full SHA for ce77b88
tests/Openapi/OpenApiTest.php
@@ -58,8 +58,8 @@ public function one(TestOpenApiRequest $request): TestOpenApiResponse
58
59
// 顶层结构断言
60
expect($openApi->openapi)->toBe('3.1.1')
61
- ->and($openApi->info->version)->toBe('1.0.0')
62
- ->and($openApi->tags[0]->name)->toBe('接口测试');
+ ->and($openApi->info->version)->toBe('1.0.0');
+// ->and($openApi->tags[0]->name)->toBe('接口测试');
63
64
// 路径是否存在
65
$paths = $openApi->paths;
0 commit comments