From 49429be6302b978073d9962fdd996e248a0738fa Mon Sep 17 00:00:00 2001 From: Marijn Huizendveld Date: Mon, 6 Aug 2012 09:42:37 +0200 Subject: [PATCH] Correct default `phpunit` configuration filename. The `phpunit.xml.dist` file will now be detected when running `$ phpunit`. --- phpunit.dist.xml => phpunit.xml.dist | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename phpunit.dist.xml => phpunit.xml.dist (100%) diff --git a/phpunit.dist.xml b/phpunit.xml.dist similarity index 100% rename from phpunit.dist.xml rename to phpunit.xml.dist