12 Star 103 Fork 19

龙之言/phpkafka

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
phpunit.xml.dist 1.37 KB
Copy Edit Raw Blame History
宇润 authored 2020-11-22 11:32 +08:00 . Fix consumer logic #2
<?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>
<file>tests/ConsumerTest.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/longzhiyan/phpkafka.git
git@gitee.com:longzhiyan/phpkafka.git
longzhiyan
phpkafka
phpkafka
master

Search