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