File: //www/wwwroot/www.bgnniu.com/ffbb/test/phpunit-travis.xml
<phpunit bootstrap="init_unit.php" colors="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>