文件名称:swagger-assert:启用断言 swagger 文档密钥和 API 响应
文件大小:47KB
文件格式:ZIP
更新时间:2024-07-03 11:15:48
PHP
大摇大摆的断言 启用断言 swagger 1.2 文档密钥和 API 响应。 对于 Swagger 2,请查看 安装 作曲家 "require-dev" : { "gong023/swagger-assert" : "dev-master" } 需要 PHP5.4+ 用法 示例 API 示例 API 如下。 Swagger-assert 使您能够断言/plain响应具有 swagger 键id , name 。 /** * @SWG\Resource( * resourcePath="plain", * @SWG\Api( * path="/plain", * description="plain api structure", * @SWG\Operation( *
【文件预览】:
swagger-assert-master
----.gitignore(27B)
----src()
--------Exception()
--------Compare()
--------Annotation()
--------Annotation.php(1KB)
--------SwaggerAssert.php(2KB)
--------Response.php(3KB)
--------CompareInterface.php(349B)
--------PickInterface.php(420B)
--------Container()
--------Pick()
--------Container.php(1017B)
----.travis.yml(360B)
----composer.json(804B)
----README.md(3KB)
----.coveralls.yml(45B)
----tests()
--------SwaggerAssertTest()
--------fixture()
----phpunit.xml.dist(638B)