1 Star 3 Fork 2

xiexin344/filegator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpunit.xml 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
alcalbg 提交于 2019-06-13 18:52 . initial commit
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true">
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/backend/Unit</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/backend/Feature</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./backend</directory>
<exclude>
<file>./backend/View.php</file>
</exclude>
</whitelist>
</filter>
<logging>
<log
type="coverage-html"
target="tests/backend/coverage"
/>
<log
type="testdox-text"
target="tests/backend/coverage/testdox.txt"
/>
<log
type="coverage-text"
target="php://stdout"
showUncoveredFiles="true"
showOnlySummary="true"
/>
</logging>
</phpunit>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/xiexin344/filegator.git
[email protected]:xiexin344/filegator.git
xiexin344
filegator
filegator
master

搜索帮助