X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=phpunit.xml.dist;h=7bec5b5e903648a70a0b988120c6e8502154ab47;hb=488a468e3e11ff0ab6284afe232bf0f7fa68a8eb;hp=a26ead3ad048774bc026a5ef7745f7aa266aa799;hpb=fdcbdda1ade822e038727ff1b653b9702ba75d6a;p=github%2Fwallabag%2Fwallabag.git diff --git a/phpunit.xml.dist b/phpunit.xml.dist index a26ead3a..7bec5b5e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,27 +1,40 @@ - - + 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