mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix notification test
This commit is contained in:
parent
39b5ce0320
commit
c0c2131be0
@ -16,6 +16,7 @@ use Chill\MainBundle\Entity\User;
|
|||||||
use Chill\MainBundle\Repository\UserRepository;
|
use Chill\MainBundle\Repository\UserRepository;
|
||||||
use Chill\PersonBundle\Entity\AccompanyingPeriod;
|
use Chill\PersonBundle\Entity\AccompanyingPeriod;
|
||||||
use Doctrine\ORM\EntityManagerInterface;
|
use Doctrine\ORM\EntityManagerInterface;
|
||||||
|
use Monolog\DateTimeImmutable;
|
||||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||||
use function count;
|
use function count;
|
||||||
|
|
||||||
@ -98,6 +99,7 @@ final class NotificationTest extends KernelTestCase
|
|||||||
->setSender($em->find(User::class, $senderId))
|
->setSender($em->find(User::class, $senderId))
|
||||||
->setRelatedEntityId(0)
|
->setRelatedEntityId(0)
|
||||||
->setRelatedEntityClass(AccompanyingPeriod::class)
|
->setRelatedEntityClass(AccompanyingPeriod::class)
|
||||||
|
->setUpdatedAt(new DateTimeImmutable())
|
||||||
->setMessage('Fake message');
|
->setMessage('Fake message');
|
||||||
|
|
||||||
foreach ($addressesIds as $addresseeId) {
|
foreach ($addressesIds as $addresseeId) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user