1 Star 0 Fork 81

bunmoo / framework

forked from ThinkPHP / framework 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 826 Bytes
一键复制 编辑 原始数据 按行查看 历史
云无心 提交于 2019-04-10 15:19 . 一些修正
<?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="ThinkPHP Test Suite">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src/think</directory>
</whitelist>
</filter>
</phpunit>
PHP
1
https://gitee.com/bunmoo/framework.git
git@gitee.com:bunmoo/framework.git
bunmoo
framework
framework
6.0

搜索帮助

53164aa7 5694891 3bd8fe86 5694891