aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit.xml.dist
Commit message (Collapse)AuthorAgeFilesLines
* Add endpoint with list of OCS providersLukas Reschke2015-06-271-0/+1
| | | | | | | | This adds a OCS provider list at `ocs-provider/` to enable a somewhat autodiscovery of services. In the moment it is not possible for applications to add own entries and it is basically hard-coded in the controller. I'm aware that this is not an optimal solution and I'm happy for any pragmatic input that won't pollute our public API too much. (and is not a big super hack, this is already hacky enough ;-)) That said, I'd consider it as a first step also feasible to go with this somewhat hard-coded list and see if this gets adopted...
* Fix phpunit xmlVincent Petry2015-06-011-5/+2
| | | | Rename/remove obsolete paths
* 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)