X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=phpunit.xml.dist;h=85fa964b84fb177b0a8e1cb7ca0824a3048962d2;hb=5c895a7fd15822856fb407910264c5d95e1e223c;hp=3473d5f9c6a7519e0da8a9af8696ca8e8c8ecf58;hpb=367664ee87cbfb1bb318f71af84eb84cdbc11555;p=github%2Fwallabag%2Fwallabag.git diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3473d5f9..85fa964b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,28 +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