summaryrefslogtreecommitdiffstats
path: root/tests/lib/Migration
Commit message (Collapse)AuthorAgeFilesLines
* Fix BackgroundRepairTestCôme Chilliet2022-08-251-14/+16
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Port existing server code to new interfaceCarl Schwan2022-08-081-9/+16
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* 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>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Properly inject EventDispatched in BackgroundRepairRoeland Jago Douma2019-03-221-3/+2
| | | | | | Else it will just be null when called Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix unit testDaniel Kesselberg2019-02-131-9/+15
| | | | | | Null is not longer possible as value for $dispatcher. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Use ::class in test mocksMorris Jobke2017-10-241-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix getMock MigrationRoeland Jago Douma2016-09-071-2/+4
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+120
* 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