Files
website-typo3/web/typo3conf/ext/ep_track/phpunit.xml.dist
T
2018-04-18 17:24:00 +02:00

26 lines
700 B
XML

<phpunit bootstrap="./Tests/bootstrap.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="false"
convertErrorsToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
verbose="false">
<testsuites>
<testsuite name="unit">
<directory>Tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>Classes</directory>
</whitelist>
</filter>
</phpunit>