26 Star 122 Fork 16

hunzhiwange/QueryPHP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpunit.xml.coverage 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
小牛New 提交于 2024-05-07 15:45 . 优化代码
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" bootstrap="tests/bootstrap.php" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.1/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
<coverage>
<report>
<html outputDirectory="storage/app/tests/report"/>
</report>
</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>
<logging/>
<php>
<env name="RUNTIME_ENVIRONMENT" value="env.phpunit"/>
</php>
<source>
<include>
<directory suffix=".php">./app/</directory>
</include>
<exclude>
<directory suffix="Test.php">./app/</directory>
</exclude>
</source>
</phpunit>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/dyhb/queryphp.git
[email protected]:dyhb/queryphp.git
dyhb
queryphp
QueryPHP
master

搜索帮助