X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=phpunit.xml.dist;h=e68df9de6fb5e19ad0464a2a438fe8f0f620f442;hb=c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4;hp=7bec5b5e903648a70a0b988120c6e8502154ab47;hpb=b2a903feefe6148e1147c599307722164f7497ac;p=github%2Fwallabag%2Fwallabag.git diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7bec5b5e..e68df9de 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -9,32 +9,27 @@ processIsolation="false" stopOnFailure="false" syntaxCheck="false" - bootstrap="app/bootstrap.php.cache" + bootstrap="app/autoload.php" > - ./src/Wallabag/*Bundle/Tests + src/Wallabag/*Bundle/Tests - - - + - ./src + src - ./vendor - ./src/Wallabag/*Bundle/Resources - ./src/Wallabag/*Bundle/Tests - ./src/Wallabag/*Bundle/DataFixtures + vendor + src/Wallabag/*Bundle/Resources + src/Wallabag/*Bundle/Tests + src/Wallabag/*Bundle/DataFixtures