2017-06-06 13:53:08 +02:00
|
|
|
<phpunit
|
|
|
|
backupGlobals="false"
|
|
|
|
backupStaticAttributes="false"
|
2017-07-07 12:03:06 +02:00
|
|
|
bootstrap="../../.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTestsBootstrap.php"
|
2017-06-06 13:53:08 +02:00
|
|
|
|
|
|
|
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">
|
|
|
|
<directory>.</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory suffix=".php">../../Classes</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
</phpunit>
|