diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-06-27 16:31:31 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-06-27 16:31:31 +0200 |
commit | 121e4ca395f05b6dff8903650a71a95cd4a3a229 (patch) | |
tree | 0a922856ea26bccf46d88842cdf2e07e8a9214d7 | |
parent | aa7403500fdbc76b9e63b0de1553e1a4f61a4cf2 (diff) | |
download | nextcloud-server-121e4ca395f05b6dff8903650a71a95cd4a3a229.tar.gz nextcloud-server-121e4ca395f05b6dff8903650a71a95cd4a3a229.zip |
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)
-rw-r--r-- | tests/phpunit.xml.dist (renamed from tests/phpunit.xml) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml.dist index 25dfc64cfeb..25dfc64cfeb 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml.dist |