2017-12-14 23:06:08 +01:00
|
|
|
<phpunit
|
|
|
|
backupGlobals="false"
|
|
|
|
backupStaticAttributes="false"
|
|
|
|
bootstrap="./vendor/typo3/testing-framework/Resources/Core/Build/UnitTestsBootstrap.php"
|
|
|
|
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="false"
|
|
|
|
convertWarningsToExceptions="false"
|
|
|
|
forceCoversAnnotation="false"
|
|
|
|
processIsolation="false"
|
|
|
|
stopOnError="false"
|
|
|
|
stopOnFailure="false"
|
|
|
|
stopOnIncomplete="false"
|
|
|
|
stopOnSkipped="false"
|
|
|
|
verbose="false">
|
|
|
|
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="unit-tests">
|
2017-12-14 23:26:39 +01:00
|
|
|
<directory>./Tests/Unit</directory>
|
2017-12-14 23:06:08 +01:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<whitelist>
|
2017-12-14 23:26:39 +01:00
|
|
|
<directory suffix=".php">./Classes</directory>
|
2017-12-14 23:06:08 +01:00
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
</phpunit>
|