diff options
Diffstat (limited to 'tests/lib/BackgroundJob/TimedJobTest.php')
-rw-r--r-- | tests/lib/BackgroundJob/TimedJobTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/BackgroundJob/TimedJobTest.php b/tests/lib/BackgroundJob/TimedJobTest.php index e684ad8c1e6..12f1c43adde 100644 --- a/tests/lib/BackgroundJob/TimedJobTest.php +++ b/tests/lib/BackgroundJob/TimedJobTest.php @@ -44,7 +44,7 @@ class TimedJobTest extends \Test\TestCase { /** @var ITimeFactory */ private $time; - protected function setup() { + protected function setUp(): void { parent::setUp(); $this->jobList = new DummyJobList(); |