mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-13 21:01:24 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -64,7 +64,7 @@ final class NotificationTest extends KernelTestCase
|
||||
];
|
||||
}
|
||||
|
||||
public function testAddAddresseeStoreAnUread()
|
||||
public function testAddAddresseeStoreAnUread(): void
|
||||
{
|
||||
$notification = new Notification();
|
||||
$notification->addAddressee($user1 = new User());
|
||||
@@ -108,7 +108,7 @@ final class NotificationTest extends KernelTestCase
|
||||
/**
|
||||
* @dataProvider generateNotificationData
|
||||
*/
|
||||
public function testPrePersistComputeUnread(int $senderId, array $addressesIds)
|
||||
public function testPrePersistComputeUnread(int $senderId, array $addressesIds): void
|
||||
{
|
||||
$em = self::getContainer()->get(EntityManagerInterface::class);
|
||||
$notification = new Notification();
|
||||
|
||||
Reference in New Issue
Block a user