From c08b6f64b794c018b0a028501bde8fea9594ae0e Mon Sep 17 00:00:00 2001 From: "Jonathan A. Schweder" Date: Tue, 15 Mar 2016 08:20:43 -0300 Subject: [PATCH] apply best practice in phpunit.xml file --- .gitignore | 1 + phpunit.xml => phpunit.xml.dist | 0 2 files changed, 1 insertion(+) rename phpunit.xml => phpunit.xml.dist (100%) diff --git a/.gitignore b/.gitignore index a47ff2d..a793d95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ vendor/ *.swp +phpunit.xml diff --git a/phpunit.xml b/phpunit.xml.dist similarity index 100% rename from phpunit.xml rename to phpunit.xml.dist