File "phpunit-travis.xml"
Full path: /home/wpscnokt/public_html/test/phpunit-travis.xml
File
size: 1.01 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<phpunit
bootstrap="init_unit.php"
colors="true"
convertDeprecationsToExceptions="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite name="Facebook AdsAPI PHP SDK">
<directory>./FacebookAdsTest</directory>
<exclude>./FacebookAdsTest/Object</exclude>
</testsuite>
</testsuites>
<logging>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
<log type="coverage-html" target="report/" charset="UTF-8" highlight="false" lowUpperBound="60" highLowerBound="99"/>
</logging>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../src</directory>
<exclude>
<directory>../src/FacebookAds/Http/Adapter/Curl/</directory>
<directory>../src/FacebookAds/Object/</directory>
</exclude>
</whitelist>
</filter>
</phpunit>