mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 09:56:13 +01:00
24 lines
612 B
XML
24 lines
612 B
XML
<phpunit
|
|
backupGlobals="true"
|
|
backupStaticAttributes="false"
|
|
bootstrap="../../typo3/sysext/core/Build/UnitTestsBootstrap.php"
|
|
colors="false"
|
|
convertErrorsToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
forceCoversAnnotation="false"
|
|
processIsolation="false"
|
|
stopOnError="false"
|
|
stopOnFailure="false"
|
|
stopOnIncomplete="false"
|
|
stopOnSkipped="false"
|
|
verbose="false"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="Unit tests">
|
|
<directory>../Tests/Unit/</directory>
|
|
</testsuite>
|
|
<testsuite name="Functional tests">
|
|
<directory>../Tests/Functional/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|