From 4ffc77d9f574fd91e9ac811754c2aa42a06e582f Mon Sep 17 00:00:00 2001 From: Kimtrip Date: Fri, 30 Jan 2015 15:47:27 +0100 Subject: Move phpunit into app folder --- app/phpunit.xml.dist | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app/phpunit.xml.dist (limited to 'app') diff --git a/app/phpunit.xml.dist b/app/phpunit.xml.dist new file mode 100644 index 00000000..0be14ca9 --- /dev/null +++ b/app/phpunit.xml.dist @@ -0,0 +1,26 @@ + + + + + + + ../src/Wallabag/CoreBundle/Tests + + + + + + ../src + + ../vendor + ../src/Acme + ../src/AppBundle + + + + -- cgit v1.2.3