X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=phpunit.xml.dist;h=6f6269a4cfe3659a17f42245c4a2b6e03506de8e;hb=73b774438395d0ed74d0fd863194d2ebfb68d9ce;hp=a26ead3ad048774bc026a5ef7745f7aa266aa799;hpb=fdcbdda1ade822e038727ff1b653b9702ba75d6a;p=github%2Fwallabag%2Fwallabag.git diff --git a/phpunit.xml.dist b/phpunit.xml.dist index a26ead3a..6f6269a4 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,27 +1,35 @@ - - + convertErrorsToExceptions="true" + convertNoticesToExceptions="true" + convertWarningsToExceptions="true" + processIsolation="false" + stopOnFailure="false" + syntaxCheck="false" + bootstrap="app/bootstrap.php.cache" + > + - 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