mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Improved phpunit config
This commit is contained in:
parent
3d0f733c3c
commit
657b4dc121
15
phpunit.xml
15
phpunit.xml
@ -7,12 +7,23 @@
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
processIsolation="false"
|
||||
stopOnError="false"
|
||||
stopOnFailure="false"
|
||||
syntaxCheck="false"
|
||||
syntaxCheck="true"
|
||||
strict="true"
|
||||
verbose="true"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="Application Test Suite">
|
||||
<testsuite name="Cachet Test Suite">
|
||||
<directory>./app/tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<filter>
|
||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">./app/CachetHQ</directory>
|
||||
<directory suffix=".php">./app/controllers</directory>
|
||||
<directory suffix=".php">./app/filters</directory>
|
||||
<directory suffix=".php">./app/models</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
|
Loading…
x
Reference in New Issue
Block a user