1 Star 0 Fork 26

盛想/Discuz-Q-Web-Admin

forked from Discuz/Discuz-Q-Web-Admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 807 Bytes
一键复制 编辑 原始数据 按行查看 历史
对信 提交于 2022-10-01 22:27 . UniApp 后端
<?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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/discuzqcc/discuz-q-web-admin.git
git@gitee.com:discuzqcc/discuz-q-web-admin.git
discuzqcc
discuz-q-web-admin
Discuz-Q-Web-Admin
master

搜索帮助