X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=phpunit.xml.dist;h=e68df9de6fb5e19ad0464a2a438fe8f0f620f442;hb=1930c19d8214c05ceefac5ac011a6b6e7e4a983d;hp=5549b8a54612ebf7f464790477f5cd6dfa7a5d07;hpb=30a40b02984e8143d29f70d97f2417a81d520b71;p=github%2Fwallabag%2Fwallabag.git diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 5549b8a5..e68df9de 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -9,33 +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