1 Star 0 Fork 0

Deepseath / easywechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
mingyoung 提交于 2019-09-09 16:23 . [WIP]Monolog 2.0 (#1678)
<?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">
<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>
PHP
1
https://gitee.com/Deepseath/easywechat.git
git@gitee.com:Deepseath/easywechat.git
Deepseath
easywechat
easywechat
5.x

搜索帮助