Files
oberstufe-alt/typo3conf/ext/vhs/phpunit.xml.dist
2018-04-02 08:07:38 +02:00

27 lines
729 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"
strict="false"
verbose="false">
<testsuites>
<testsuite name="unit">
<directory>Tests/Unit</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>Classes</directory>
</whitelist>
</filter>
</phpunit>