From 5ab91d7345d66d91bae6d22b869e2f49bc600044 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Thu, 3 Dec 2015 14:33:05 +0100 Subject: [PATCH] Rename phpunit.xml file --- .gitattributes | 2 +- .gitignore | 3 ++- phpunit.xml => phpunit.xml.dist | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename phpunit.xml => phpunit.xml.dist (100%) diff --git a/.gitattributes b/.gitattributes index 815391c2..58a5e5e6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,7 +8,7 @@ .travis.yml export-ignore .scrutinizer.yml export-ignore /codeception.yml export-ignore -/phpunit.xml export-ignore +/phpunit.xml.dist export-ignore /CHANGELOG.md export-ignore /CONTRIBUTING.md export-ignore /README.md export-ignore diff --git a/.gitignore b/.gitignore index dd33e3eb..1bfc2315 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /vendor /composer.lock +phpunit.xml .idea /examples/vendor -/tests/_output \ No newline at end of file +/tests/_output diff --git a/phpunit.xml b/phpunit.xml.dist similarity index 100% rename from phpunit.xml rename to phpunit.xml.dist