26 Star 124 Fork 16

hunzhiwange / QueryPHP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 1002 Bytes
一键复制 编辑 原始数据 按行查看 历史
小牛New 提交于 2023-03-05 22:15 . 修复测试用例
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" backupStaticAttributes="false" bootstrap="tests/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory suffix=".php">./app/</directory>
</include>
<exclude>
<directory suffix="Test.php">./app/</directory>
</exclude>
</coverage>
<testsuites>
<testsuite name="Main Test Suite">
<directory>./tests/</directory>
</testsuite>
<testsuite name="App Test Suite">
<directory>./app/</directory>
</testsuite>
</testsuites>
<groups>
<exclude>
<group>ignoredGroup</group>
</exclude>
</groups>
<php>
<env name="RUNTIME_ENVIRONMENT" value="env.phpunit"/>
</php>
</phpunit>
PHP
1
https://gitee.com/dyhb/queryphp.git
git@gitee.com:dyhb/queryphp.git
dyhb
queryphp
QueryPHP
master

搜索帮助