mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-13 03:56:12 +01:00
25 lines
612 B
XML
25 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>
|