@@ -65,6 +65,10 @@ |
||
65 | 65 | $object->match('/en/some-uri'); |
66 | 66 | } |
67 | 67 | |
68 | + /** |
|
69 | + * @param \self|null $request |
|
70 | + * @param NodeTranslation $nodeTranslation |
|
71 | + */ |
|
68 | 72 | private function getContainer($request, $multiLanguage = false, $nodeTranslation = null) |
69 | 73 | { |
70 | 74 | $container = $this->createMock('Symfony\Component\DependencyInjection\ContainerInterface'); |