From 7ea3a045cd31b6880f4180e16b2260513f697bc8 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 6 Aug 2012 14:42:02 +0100 Subject: [PATCH] Moved the phpunit.xml config file to the build folder --- {tests => build}/phpunit.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) rename {tests => build}/phpunit.xml (54%) diff --git a/tests/phpunit.xml b/build/phpunit.xml similarity index 54% rename from tests/phpunit.xml rename to build/phpunit.xml index d9d0d406..8287497a 100644 --- a/tests/phpunit.xml +++ b/build/phpunit.xml @@ -9,7 +9,7 @@ stopOnSkipped="false"> - ./authentication + ../tests/authentication @@ -18,4 +18,12 @@ PHP_LIBDIR + + + + + \ No newline at end of file