summaryrefslogtreecommitdiffstats
path: root/tests/phpunit.xml.dist
Commit message (Collapse)AuthorAgeFilesLines
* Add provisioning_api appTom Needham2014-12-241-0/+2
| | | | | | enable unit tests for provisioning api fix admin docu key
* Warn for password reset when files_encryption is enabledLukas Reschke2014-11-171-0/+2
| | | | | | | | This patch wil warn the user of the consequences when resetting the password and requires checking a checkbox (as we had in the past) to reset a password. Furthermore I updated the code to use our new classes and added some unit tests for it :dancers: Fixes https://github.com/owncloud/core/issues/11438
* adding StartSessionListener which initializes the session before each test ↵Thomas Müller2014-03-131-0/+3
| | | | case execution
* phpunit.xml: Port code coverage excludes from autotest to dist.Andreas Fischer2013-09-261-0/+14
|
* PHPUnit: Allow developers to use their own custom phpunit.xml file.Andreas Fischer2013-06-271-0/+18
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)