tests: Avoid using dynamic properties

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-11-23 07:37:14 +01:00
parent 843afb19ea
commit 9867f2a856
12 changed files with 35 additions and 6 deletions

View File

@@ -39,6 +39,8 @@ class CommentEventHandlerTest extends TestCase {
private $activityManager;
/** @var NotificationHelper */
private $notificationHelper;
/** @var ChangeHelper */
private $changeHelper;
/** @var CardMapper */
private $cardMapper;