summaryrefslogtreecommitdiffstats
path: root/tests/phpunit-autotest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for OAuth2 appLukas Reschke2017-05-181-0/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [CI] Can we get some faster phpunit execution? (#27113)Thomas Müller2017-03-201-0/+1
| | | | | | | | * Don't backup globals and static attributes * Unset global variable to remove impact on followup tests Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [9.2] Add missing unit tests (#25936)Thomas Müller2016-10-241-0/+1
| | | | | | | | * Adjust unit test execution after folder rename * Adjust login controller tests to match current behavior * Fix broken unit tests
* Exclude tests and composer dir from coverageRoeland Jago Douma2016-10-051-0/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use proper casingLukas Reschke2016-08-151-3/+2
|
* Fix coverage reportingThomas Müller2016-02-161-11/+12
|
* Added tests for used partsRoeland Jago Douma2016-02-081-1/+1
|
* 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
* drop files_external tests from autotest - they will be executed with ↵Morris Jobke2014-12-031-2/+1
| | | | autotest-external.sh which is coming
* Remove testcleanuplistener.phpJoas Schilling2014-11-201-5/+0
|
* Warn for password reset when files_encryption is enabledLukas Reschke2014-11-171-0/+1
| | | | | | | | 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
* Refactor MailSettings controllerLukas Reschke2014-10-141-0/+1
| | | | | | | | | - Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php
* adding StartSessionListener which initializes the session before each test ↵Thomas Müller2014-03-131-0/+1
| | | | case execution
* Added test cleanup listener to detect untidy testsVincent Petry2013-12-191-0/+7
| | | | | After each test suite, detects whether there are stray datafiles, hooks or proxies, then show a warning and clear them.
* Add verbose to autotest phpunit, so we see skipped and incomplete tests.Andreas Fischer2013-07-251-0/+1
|
* No coverage for testsThomas Müller2013-06-141-0/+1
|
* No coverage for settings/l10nThomas Müller2013-06-141-0/+1
|
* No coverage for lib/l10n and core/l10nThomas Müller2013-06-141-0/+2
|
* every test now has 15min to executeJörn Friedrich Dreyer2013-06-121-2/+2
| | | we don't want to check performance just yet. we just want to make jenkins end more reliably.
* allow autotest to run 10x times longerJörn Friedrich Dreyer2013-06-111-3/+3
|
* add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer2013-06-101-1/+6
|
* exclude 3rdparty folder within files_external and files_encryption from code ↵Thomas Mueller2013-06-041-0/+2
| | | | coverage
* ignore l10n folder within remaining appsThomas Mueller2013-06-041-0/+8
|
* Exclude apps/files/l10n from coverage reportsThomas Müller2013-06-031-0/+1
|
* Fixing code coverage analysisThomas Mueller2013-06-031-6/+10
|
* add phpunit configuration for autotest withou the json listener because this ↵Thomas Mueller2013-02-051-0/+14
pollutes the console