@@ 34-40 (lines=7) @@ | ||
31 | ||
32 | private $eventDispatcher; |
|
33 | ||
34 | protected function setUp(): void |
|
35 | { |
|
36 | $this->twig = $this->prophesize(Environment::class); |
|
37 | $this->router = $this->prophesize(RouterInterface::class); |
|
38 | $this->sessionManager = $this->prophesize(SessionManagerInterface::class); |
|
39 | $this->eventDispatcher = $this->prophesize(EventDispatcherInterface::class); |
|
40 | } |
|
41 | ||
42 | public function testExecute(): void |
|
43 | { |
@@ 35-41 (lines=7) @@ | ||
32 | ||
33 | private $eventDispatcher; |
|
34 | ||
35 | protected function setUp(): void |
|
36 | { |
|
37 | $this->twig = $this->prophesize(Environment::class); |
|
38 | $this->router = $this->prophesize(RouterInterface::class); |
|
39 | $this->sessionManager = $this->prophesize(SessionManagerInterface::class); |
|
40 | $this->eventDispatcher = $this->prophesize(EventDispatcherInterface::class); |
|
41 | } |
|
42 | ||
43 | public function testExecute(): void |
|
44 | { |