3 Star 0 Fork 1

Gitee 极速下载 / wsunit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/lapistano/wsunit
克隆/下载
phpunit.xml.dist 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
strict="true"
verbose="true"
bootstrap="bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite name="WsUnit">
<directory>Tests/Unit</directory>
<directory>Tests/Integration</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="build/coverage" title="WsUnit"
charset="UTF-8" yui="true" highlight="true"
lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
</logging>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<!--
// listener configuration
// You have to require the used libraries in the bootstrap file.
-->
<listeners>
<listener class="\lapistano\wsunit\WebServiceListener">
<arguments>
<object class="\lapistano\wsunit\WebserviceListenerFactory"/>
<object class="\lapistano\wsunit\Loader\LoaderConfiguration"/>
<array>
<element key="httpClient">
<string>\lapistano\wsunit\Http\HttpClient</string>
</element>
<element key="logger">
<string>\lapistano\wsunit\Logger\LoggerFilesystem</string>
</element>
<element key="mappingFile">
<string>../../../../Tests/_files/configuration.xml</string>
</element>
</array>
</arguments>
</listener>
</listeners>
</phpunit>
PHP
1
https://gitee.com/mirrors/wsunit.git
git@gitee.com:mirrors/wsunit.git
mirrors
wsunit
wsunit
master

搜索帮助