diff options
Diffstat (limited to 'tests/lib/BackgroundJob/DummyJobList.php')
-rw-r--r-- | tests/lib/BackgroundJob/DummyJobList.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/lib/BackgroundJob/DummyJobList.php b/tests/lib/BackgroundJob/DummyJobList.php index 529e93e960f..452b9bb98ed 100644 --- a/tests/lib/BackgroundJob/DummyJobList.php +++ b/tests/lib/BackgroundJob/DummyJobList.php @@ -118,15 +118,6 @@ class DummyJobList extends \OC\BackgroundJob\JobList { } /** - * get the id of the last ran job - * - * @return int - */ - public function getLastJob() { - return $this->last; - } - - /** * set the lastRun of $job to now * * @param IJob $job |