]> source.dussan.org Git - nextcloud-server.git/commit
PHPUnit: Allow developers to use their own custom phpunit.xml file.
authorAndreas Fischer <bantu@owncloud.com>
Thu, 27 Jun 2013 14:31:31 +0000 (16:31 +0200)
committerAndreas Fischer <bantu@owncloud.com>
Thu, 27 Jun 2013 14:31:31 +0000 (16:31 +0200)
commit121e4ca395f05b6dff8903650a71a95cd4a3a229
tree0a922856ea26bccf46d88842cdf2e07e8a9214d7
parentaa7403500fdbc76b9e63b0de1553e1a4f61a4cf2
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 [deleted file]
tests/phpunit.xml.dist [new file with mode: 0644]