Improved phpunit config
This commit is contained in:
15
phpunit.xml
15
phpunit.xml
@@ -7,12 +7,23 @@
|
|||||||
convertNoticesToExceptions="true"
|
convertNoticesToExceptions="true"
|
||||||
convertWarningsToExceptions="true"
|
convertWarningsToExceptions="true"
|
||||||
processIsolation="false"
|
processIsolation="false"
|
||||||
|
stopOnError="false"
|
||||||
stopOnFailure="false"
|
stopOnFailure="false"
|
||||||
syntaxCheck="false"
|
syntaxCheck="true"
|
||||||
|
strict="true"
|
||||||
|
verbose="true"
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Application Test Suite">
|
<testsuite name="Cachet Test Suite">
|
||||||
<directory>./app/tests/</directory>
|
<directory>./app/tests/</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</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>
|
</phpunit>
|
||||||
|
|||||||
Reference in New Issue
Block a user