aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/BackgroundJob/JobTest.php
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-081-12/+10
|
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-10/+12
| | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
* chore: Migrate away from internal Job classesCôme Chilliet2024-02-081-12/+10
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* JobTest: Remove outdated testsMarcel Klehr2023-07-281-52/+0
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Run cs:FixMarcel Klehr2023-04-231-4/+4
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Fix BackgroundJob testsMarcel Klehr2023-04-231-8/+10
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(tests): Remove duplicated methodMarcel Klehr2023-04-231-21/+0
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobsMarcel Klehr2023-04-231-2/+74
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Make sure to catch php errors during job executionDaniel Kesselberg2020-01-311-0/+21
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use ::class in test mocksMorris Jobke2017-10-241-1/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+43
* 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