1 Star 0 Fork 16

pythonpc/QueryPHP

forked from hunzhiwange/QueryPHP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.html 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"
stopOnFailure="false">
<listeners>
<listener class="NunoMaduro\Collision\Adapters\Phpunit\Listener" />
</listeners>
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
</testsuite>
<testsuite name="Application Test Suite">
<directory>./application/</directory>
</testsuite>
<testsuite name="Application Test Suite">
<directory>./common/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">application</directory>
<directory suffix=".php">common</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="runtime/tests/report"/>
</logging>
<php>
<env name="RUNTIME_ENVIRONMENT" value="testing"/>
</php>
</phpunit>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wuwenxian/queryphp.git
[email protected]:wuwenxian/queryphp.git
wuwenxian
queryphp
QueryPHP
master

搜索帮助