mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-14 23:56:10 +01:00
29 lines
730 B
Text
29 lines
730 B
Text
|
<phpunit
|
||
|
backupGlobals="false"
|
||
|
backupStaticAttributes="false"
|
||
|
bootstrap="./vendor/typo3/testing-framework/Resources/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>./Tests/Unit/</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
|
||
|
<filter>
|
||
|
<whitelist>
|
||
|
<directory suffix=".php">Classes</directory>
|
||
|
</whitelist>
|
||
|
</filter>
|
||
|
</phpunit>
|