Skip to content

Commit

Permalink
Add missing property in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Aug 3, 2023
1 parent 678cec3 commit 60baa47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Notification/NotifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 60baa47

Please sign in to comment.