X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=phpunit.xml.dist;h=e68df9de6fb5e19ad0464a2a438fe8f0f620f442;hb=0907a72c6477cbe0f25a25563a9c37c43a28d5ad;hp=6f6269a4cfe3659a17f42245c4a2b6e03506de8e;hpb=8378485e332e11dcd59ed4fb8edac77b2f8f8d71;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