mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-13 03:16:13 +01:00
25 lines
871 B
XML
25 lines
871 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||
|
backupGlobals="true"
|
||
|
backupStaticAttributes="false"
|
||
|
bootstrap="../../.Build/vendor/nimut/testing-framework/res/Configuration/UnitTestsBootstrap.php"
|
||
|
colors="true"
|
||
|
convertErrorsToExceptions="true"
|
||
|
convertWarningsToExceptions="true"
|
||
|
forceCoversAnnotation="false"
|
||
|
processIsolation="false"
|
||
|
stopOnError="false"
|
||
|
stopOnFailure="false"
|
||
|
stopOnIncomplete="false"
|
||
|
stopOnSkipped="false"
|
||
|
verbose="false"
|
||
|
>
|
||
|
<testsuites>
|
||
|
<testsuite name="Model unit tests">
|
||
|
<directory>../../Tests/Unit/Domain/Model</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|