aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/BackgroundJob/JobTest.php
Commit message (Collapse)AuthorAgeFilesLines
* 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