aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/BackgroundJob/JobListTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+3
* Add test for ParallelAwareJobMarcel Klehr2023-07-281-5/+51
* JobListTest: Fix JobList constructor callMarcel Klehr2023-04-241-1/+3
* Fix BackgroundJob testsMarcel Klehr2023-04-231-3/+10
* JobListTest: clearJobsList before testHasReservedJobsMarcel Klehr2023-04-231-0/+1
* test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobsMarcel Klehr2023-04-231-0/+13
* Fix API breakage by using a new method insteadCôme Chilliet2023-01-121-1/+1
* Fix BackgroundJob list testsCôme Chilliet2023-01-121-1/+6
* Remove getLastJob from IJobListMorris Jobke2020-08-131-9/+0
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-2/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-8/+8
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Fix getMock JobListTestRoeland Jago Douma2016-09-131-2/+4
* Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling2016-05-211-66/+60
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+255