From 60baa4711a9e3e3ca4c602ab6ea717ea93dcb3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 3 Aug 2023 11:01:21 +0200 Subject: [PATCH] Add missing property in tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- tests/Notification/NotifierTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Notification/NotifierTest.php b/tests/Notification/NotifierTest.php index 5560b9c72..2dcb40803 100644 --- a/tests/Notification/NotifierTest.php +++ b/tests/Notification/NotifierTest.php @@ -50,6 +50,8 @@ class NotifierTest extends TestCase { protected $urlGenerator; /** @var IL10N|\PHPUnit_Framework_MockObject_MockObject */ protected $l; + /** @var IConfig|\PHPUnit_Framework_MockObject_MockObject */ + protected $config; protected function setUp(): void { parent::setUp();