Слияние кода завершено, страница обновится автоматически
<?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 )