aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-02-11 14:00:24 +0100
committerRobin Appelman <icewind@owncloud.com>2014-02-11 14:00:24 +0100
commita6399f9ceffcf9865b8a2be155dc4f98bd2ee5dc (patch)
tree513f0a0dac1049c21c42538e39dc4d886d3e6f3b /tests
parent72f134cfce05eb089a6d8271e73d6eb95cbe94a4 (diff)
downloadnextcloud-server-a6399f9ceffcf9865b8a2be155dc4f98bd2ee5dc.tar.gz
nextcloud-server-a6399f9ceffcf9865b8a2be155dc4f98bd2ee5dc.zip
Add the background job list to the public server container
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/backgroundjob/dummyjoblist.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/backgroundjob/dummyjoblist.php b/tests/lib/backgroundjob/dummyjoblist.php
index e1579c273bb..7801269b27e 100644
--- a/tests/lib/backgroundjob/dummyjoblist.php
+++ b/tests/lib/backgroundjob/dummyjoblist.php
@@ -21,6 +21,8 @@ class DummyJobList extends \OC\BackgroundJob\JobList {
private $last = 0;
+ public function __construct(){}
+
/**
* @param \OC\BackgroundJob\Job|string $job
* @param mixed $argument