mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-11 08:16:11 +01:00
23 lines
592 B
XML
23 lines
592 B
XML
|
<phpunit
|
||
|
backupGlobals="false"
|
||
|
backupStaticAttributes="false"
|
||
|
bootstrap="../../.Build/vendor/typo3/cms/typo3/sysext/core/Build/UnitTestsBootstrap.php"
|
||
|
|
||
|
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>
|
||
|
</phpunit>
|