X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=phpunit.xml.dist;h=85fa964b84fb177b0a8e1cb7ca0824a3048962d2;hb=5c895a7fd15822856fb407910264c5d95e1e223c;hp=a26ead3ad048774bc026a5ef7745f7aa266aa799;hpb=fdcbdda1ade822e038727ff1b653b9702ba75d6a;p=github%2Fwallabag%2Fwallabag.git diff --git a/phpunit.xml.dist b/phpunit.xml.dist index a26ead3a..85fa964b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,27 +1,41 @@ - - + convertErrorsToExceptions="true" + convertNoticesToExceptions="true" + convertWarningsToExceptions="true" + processIsolation="false" + stopOnFailure="false" + syntaxCheck="false" + bootstrap="app/autoload.php" + > + - src/Wallabag/*Bundle/Tests + ./src/Wallabag/*Bundle/Tests + + + + + - src + ./src - src/*Bundle/Resources - src/*Bundle/Tests - src/*/*Bundle/Resources - src/*/*Bundle/Tests - src/*/Bundle/*Bundle/Resources - src/*/Bundle/*Bundle/Tests + ./vendor + ./src/Wallabag/*Bundle/Resources + ./src/Wallabag/*Bundle/Tests + ./src/Wallabag/*Bundle/DataFixtures