2020-02-25 21:19:18 +01:00
|
|
|
<phpunit
|
|
|
|
backupGlobals="false"
|
|
|
|
backupStaticAttributes="false"
|
|
|
|
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>
|
2020-07-30 12:22:32 +02:00
|
|
|
<directory suffix=".php">Classes/Domain</directory>
|
|
|
|
<directory suffix=".php">Classes/Middleware</directory>
|
2020-02-25 21:19:18 +01:00
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
</phpunit>
|