1 Star 1 Fork 19

aimeizi/phpkafka

forked from 龙之言/phpkafka 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpunit.xml.dist 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2020-10-13 20:29 . Add Producer
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
backupGlobals="false"
colors="true"
verbose="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutTodoAnnotatedTests="true"
beStrictAboutChangesToGlobalState="true"
>
<testsuites>
<testsuite name="type">
<file>tests/TypeTest.php</file>
</testsuite>
<testsuite name="protocol">
<directory suffix=".php">tests/Protocol</directory>
</testsuite>
<testsuite name="clientBefore">
<directory suffix=".php">tests/Client/Protocol/Before</directory>
</testsuite>
<testsuite name="clientAfter">
<directory suffix=".php">tests/Client/Protocol/After</directory>
</testsuite>
<testsuite name="tests">
<file>tests/ProducerTest.php</file>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-text" target="coverage.txt" lowUpperBound="35" highLowerBound="70"/>
</logging>
</phpunit>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/han0meizi/phpkafka.git
[email protected]:han0meizi/phpkafka.git
han0meizi
phpkafka
phpkafka
master

搜索帮助