1 Star 0 Fork 47

泡泡糖/wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpunit.xml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
overtrue 提交于 2017-10-22 12:21 +08:00 . Fixed response formatting feature. #661
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/</directory>
<exclude>
<directory suffix="ServiceProvider.php">src/</directory>
<directory suffix="Exception.php">src/</directory>
<directory suffix="Helpers.php">src/Kernel/Support</directory>
<directory>src/Encryption</directory>
<directory>src/Support</directory>
</exclude>
</whitelist>
</filter>
<php>
<const name="PHPUNIT_RUNNING" value="true" />
</php>
</phpunit>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/bug2014/wechat.git
git@gitee.com:bug2014/wechat.git
bug2014
wechat
wechat
master

搜索帮助