From 121e4ca395f05b6dff8903650a71a95cd4a3a229 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 27 Jun 2013 16:31:31 +0200 Subject: [PATCH] PHPUnit: Allow developers to use their own custom phpunit.xml file. The order of precedence of configuration files for PHPUnit is: - phpunit.xml (allowing custom user defined configuration) - phpunit.xml.dist (configuration distributed with the software) --- tests/{phpunit.xml => phpunit.xml.dist} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{phpunit.xml => phpunit.xml.dist} (100%) diff --git a/tests/phpunit.xml b/tests/phpunit.xml.dist similarity index 100% rename from tests/phpunit.xml rename to tests/phpunit.xml.dist -- 2.39.5