1 Star 0 Fork 0

陈阳 / think-swoole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml 820 Bytes
一键复制 编辑 原始数据 按行查看 历史
云无心 提交于 2021-05-19 22:29 . 全协程http服务
<?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</directory>
</whitelist>
</filter>
</phpunit>
1
https://gitee.com/cqchen-yang/think-swoole.git
git@gitee.com:cqchen-yang/think-swoole.git
cqchen-yang
think-swoole
think-swoole
4.0

搜索帮助

53164aa7 5694891 3bd8fe86 5694891