1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-wsunit

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
phpunit.xml.dist 1.7 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Bastian Feder Отправлено 24.11.2012 16:49 98adb01
<?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>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-wsunit.git
git@api.gitlife.ru:oschina-mirror/mirrors-wsunit.git
oschina-mirror
mirrors-wsunit
mirrors-wsunit
master