13 Star 138 Fork 36

陈某某 / duckphp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
dvakheo 提交于 2019-12-19 17:23 . 完成 StrictCheck 相关的测试
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="true"
bootstrap="tests/bootstrap.php"
>
<testsuites>
<testsuite name="DuckPHP Test Suite">
<directory>./tests/</directory>
</testsuite>
<testsuite name="CodeCovar">
<file>tests/support.php</file>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./src/</directory>
</whitelist>
</filter>
</phpunit>
PHP
1
https://gitee.com/dvaknheo/duckphp.git
git@gitee.com:dvaknheo/duckphp.git
dvaknheo
duckphp
duckphp
master

搜索帮助