aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Traits
Commit message (Collapse)AuthorAgeFilesLines
* fix(UserTrait): Fix backend initializationfix/usertrait/backend-initializationprovokateurin2024-10-081-0/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-134-29/+11
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-1/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* adjust tests to new fs setupRobin Appelman2022-03-042-6/+33
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* php cs fixRoeland Jago Douma2020-12-072-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix test traits for phpunit 9Roeland Jago Douma2020-12-072-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [encryption] Remove dependency fetching inside the constructor and move them ↵Morris Jobke2020-11-221-1/+3
| | | | | | to method call parameters Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Change to full class names for the encryption app DI in preparation of ↵Morris Jobke2020-11-111-2/+2
| | | | | | auto-wiring Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-121-4/+4
| | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* ensure mounts are scanned during testsRobin Appelman2020-07-091-0/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-1/+1
| | | | | | * mainly removes deprecated methods and old static code Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add some more tests for ocs remote apiRobin Appelman2017-12-081-0/+121
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix and extend dav test to also test the master-key setupBjoern Schiessle2017-07-061-0/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix phpunit Trait warningRoeland Jago Douma2016-07-081-1/+1
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-203-0/+194
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader