1 Star 0 Fork 0

Vijay/api-doc-generator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpunit.xml.dist 682 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vijay 提交于 2021-11-18 14:15 +08:00 . 调整将swagger json的生成独立成类
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="src/test/bootstrap.php" stopOnFailure="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd">
<coverage>
<include>
<directory suffix=".php">src/main</directory>
</include>
<report>
<html outputDirectory="cache/report" lowUpperBound="35" highLowerBound="70"/>
</report>
</coverage>
<testsuites>
<testsuite name="tests">
<directory suffix="Test.php">src/test/TestCases</directory>
</testsuite>
</testsuites>
<logging/>
</phpunit>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/vijay_0215/api-doc-generator.git
git@gitee.com:vijay_0215/api-doc-generator.git
vijay_0215
api-doc-generator
api-doc-generator
master

搜索帮助