1 Star 0 Fork 230

sc2021 / Discuz-Q

forked from Michael / Discuz-Q 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 807 Bytes
一键复制 编辑 原始数据 按行查看 历史
yulei745 提交于 2020-11-17 11:33 . feat: phpunit
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="false"
bootstrap="tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
verbose="true"
>
<testsuites>
<testsuite name="Discuz! Q Unit Tests">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./src</directory>
</include>
</coverage>
</phpunit>
PHP
1
https://gitee.com/sc2021/Discuz-Q.git
git@gitee.com:sc2021/Discuz-Q.git
sc2021
Discuz-Q
Discuz-Q
master

搜索帮助