mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 14:54:57 +00:00
DX: apply rector rulesset up to PHP72
This commit is contained in:
@@ -162,7 +162,7 @@ final class PersonMoveEventSubscriberTest extends KernelTestCase
|
||||
->setNextMembership($nextMembership);
|
||||
|
||||
$notificationPersister = $this->prophesize(NotificationPersisterInterface::class);
|
||||
$notificationPersister->persist(Argument::type(Notification::class))->shouldBeCalled(1);
|
||||
$notificationPersister->persist(Argument::type(Notification::class))->shouldBeCalled();
|
||||
$eventSubscriber = $this->buildSubscriber(null, $notificationPersister->reveal(), null, null);
|
||||
|
||||
$eventSubscriber->resetPeriodLocation($event);
|
||||
|
Reference in New Issue
Block a user