1 Star 0 Fork 26

杭州融创科技 / php-console

forked from yg178 / php-console 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
inhere 提交于 2018-01-31 00:06 . new: add error handle
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="test/boot.php"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false"
syntaxCheck="false"
>
<testsuites>
<testsuite name="Php Console Test Suite">
<directory>test</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>
PHP
1
https://gitee.com/hangzhou-rongchuang/php-console.git
git@gitee.com:hangzhou-rongchuang/php-console.git
hangzhou-rongchuang
php-console
php-console
master

搜索帮助