mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-07 04:38:34 +00:00
rector rules for symfony set list 7.x
This commit is contained in:
@@ -95,8 +95,7 @@ final class PersonHavingActivityBetweenDateFilterTest extends AbstractFilterTest
|
||||
self::bootKernel();
|
||||
|
||||
$managerRegistry = self::getContainer()->get(ManagerRegistry::class);
|
||||
$requestStack = new RequestStack();
|
||||
$requestStack->push(new Request());
|
||||
$requestStack = new RequestStack([new Request()]);
|
||||
|
||||
$repository = new ActivityReasonRepository($managerRegistry, $requestStack);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user