1 Star 0 Fork 0

wfdaj/tempest-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpunit.xml.dist 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.2/phpunit.xsd"
colors="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true"
bootstrap="./tests/bootstrap.php"
cacheDirectory=".cache/phpunit"
>
<testsuites>
<testsuite name="Integration">
<directory suffix="Test.php">tests/Integration</directory>
</testsuite>
<testsuite name="Unit">
<directory suffix="Test.php">src/Tempest/**/tests</directory>
</testsuite>
</testsuites>
<coverage />
<source>
<include>
<directory suffix=".php">src</directory>
</include>
<exclude>
<directory suffix=".php">src/Tempest/**/tests</directory>
<directory suffix=".cache.php">src</directory>
</exclude>
</source>
<php>
<env name="ENVIRONMENT" value="testing" />
<env name="BASE_URI" value="" />
<env name="CACHE" value="null" />
<env name="DISCOVERY_CACHE" value="true" />
<env name="DEBUG_LOG_PATH" value="log/debug.test.log" />
<env name="SERVER_LOG_PATH" value="log/server.test.log" />
<ini name="memory_limit" value="256M" />
</php>
</phpunit>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wfdaj/tempest-framework.git
git@gitee.com:wfdaj/tempest-framework.git
wfdaj
tempest-framework
tempest-framework
main

搜索帮助