From: Kimtrip Date: Fri, 30 Jan 2015 14:47:27 +0000 (+0100) Subject: Move phpunit into app folder X-Git-Tag: 2.0.0-alpha.0~113^2~1 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=4ffc77d9f574fd91e9ac811754c2aa42a06e582f Move phpunit into app folder --- diff --git a/phpunit.xml.dist b/app/phpunit.xml.dist similarity index 53% rename from phpunit.xml.dist rename to app/phpunit.xml.dist index a26ead3a..0be14ca9 100644 --- a/phpunit.xml.dist +++ b/app/phpunit.xml.dist @@ -5,23 +5,21 @@ xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd" backupGlobals="false" colors="true" + bootstrap="bootstrap.php.cache" > - src/Wallabag/*Bundle/Tests + ../src/Wallabag/CoreBundle/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/Acme + ../src/AppBundle