24 Star 78 Fork 20

weiboad / kafka-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 996 Bytes
一键复制 编辑 原始数据 按行查看 历史
Luís Cobucci 提交于 2017-12-05 18:15 . Reorganise test suites
<?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="base">
<directory suffix=".php">tests/Base</directory>
</testsuite>
<testsuite name="protocol">
<directory suffix=".php">tests/Protocol</directory>
</testsuite>
<testsuite name="functional">
<directory suffix=".php">tests/Functional</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>
PHP
1
https://gitee.com/weiboad/kafka-php.git
git@gitee.com:weiboad/kafka-php.git
weiboad
kafka-php
kafka-php
master

搜索帮助