Commit Graph

17 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
Christoph Wurst 49dd79eabb
refactor: Add void return type to PHPUnit test methods 1 year ago
Andy Scherzinger 1f7e2ba599
chore: Add SPDX header 2 years ago
Marcel Klehr 449a731375 Add test for ParallelAwareJob 2 years ago
Marcel Klehr 06d6cf4ebc JobListTest: Fix JobList constructor call 3 years ago
Marcel Klehr 5608b50778 Fix BackgroundJob tests 3 years ago
Marcel Klehr 281c8047b6 JobListTest: clearJobsList before testHasReservedJobs 3 years ago
Marcel Klehr 1296f3612e test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobs 3 years ago
Côme Chilliet d74044f634
Fix API breakage by using a new method instead 3 years ago
Côme Chilliet 75fca38e66
Fix BackgroundJob list tests 3 years ago
Morris Jobke 16d83ab30a
Remove getLastJob from IJobList 5 years ago
Morris Jobke 234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 5 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 2ee65f177e
Use the shorter phpunit syntax for mocked return values 6 years ago
Roeland Jago Douma c007ca624f
Make phpunit8 compatible 6 years ago
Roeland Jago Douma c4ef825ceb
Fix getMock JobListTest 9 years ago
Joas Schilling d0a2fa0506
Lock jobs while executing them, to allow multiple executors to run in parallel 10 years ago
Joas Schilling 94ad54ec9b Move tests/ to PSR-4 (#24731) 10 years ago
Joas Schilling 04cee6a7db
Change the sort order of background jobs to be DESC instead of ASC 10 years ago
Joas Schilling 345e68cafa Use the query builder for the joblist queries 10 years ago
Thomas Müller 3bb6dcea64 Apply DB group annotation ... 10 years ago
Joas Schilling 0b8335ff2f Make the JobList test more robust by sorting the result of getAll before comparison 10 years ago
Robin Appelman beaef820cf handle non existing job classes in $jobList->getNext 11 years ago
Joas Schilling 6202ca33ba Make remaining files extend the test base 11 years ago
Robin Appelman d6576c640c Add unit tests for JobList 12 years ago