mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 16:36:13 +02:00
tea/Configuration/PHPUnit/UnitTests.xml

25 lines
618 B
XML
Raw Normal View History

<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>