Current Directory: /home/astoriaah/www/templates/yootheme-BK/vendor/yootheme/theme
Viewing File: /home/astoriaah/www/templates/yootheme-BK/vendor/yootheme/theme/phpunit.xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="tests/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Tests">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src</directory>
<directory suffix=".php">./modules</directory>
<directory suffix=".php">./platforms</directory>
</whitelist>
</filter>
</phpunit>