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