File: /var/www/vhost/disk-apps/magento.bikenow.co/vendor/astock/stock-api-libphp/phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="./test/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
mapTestClassNameToCoveredClassName="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false">
<testsuites>
<testsuite>
<directory suffix=".php">./test/src/</directory>
</testsuite>
</testsuites>
<php>
<ini name="memory_limit" value="-1"/>
</php>
<filter>
<blacklist>
<directory>./vendor</directory>
<directory>./test</directory>
</blacklist>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
</phpunit>