20 Star 87 Fork 14

30秒学代码 / 30-seconds-of-php-code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sohel Amin 提交于 2018-06-03 23:09 . first commit
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors="true"
bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="30 seconds of php code Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src/</directory>
</whitelist>
</filter>
</phpunit>
PHP
1
https://gitee.com/seconds-of-code/30-seconds-of-php-code.git
git@gitee.com:seconds-of-code/30-seconds-of-php-code.git
seconds-of-code
30-seconds-of-php-code
30-seconds-of-php-code
master

搜索帮助