From bec691156590db9db264249e4345c8762e0fa71f Mon Sep 17 00:00:00 2001 From: Fabian Grutschus Date: Tue, 25 Apr 2017 17:06:41 +0200 Subject: [PATCH] Added some configuration for PHP into phpunit.xml --- .gitignore | 1 + phpunit.xml => phpunit.xml.dist | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) rename phpunit.xml => phpunit.xml.dist (53%) diff --git a/.gitignore b/.gitignore index c24b9f0..1e9c8d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Composer files composer.phar vendor/ +phpunit.xml # IDE files .idea/ diff --git a/phpunit.xml b/phpunit.xml.dist similarity index 53% rename from phpunit.xml rename to phpunit.xml.dist index 90d9fb4..5377f6b 100644 --- a/phpunit.xml +++ b/phpunit.xml.dist @@ -1,5 +1,4 @@ - - + ./test @@ -11,4 +10,11 @@ ./src - \ No newline at end of file + + + + + + + +