@@ -104,6 +104,9 @@ |
||
104 | 104 | return $webDirectory; |
105 | 105 | } |
106 | 106 | |
107 | + /** |
|
108 | + * @param string $webDirectory |
|
109 | + */ |
|
107 | 110 | private function assertFileContent($lines, $webDirectory): void |
108 | 111 | { |
109 | 112 | foreach ($lines as $line) { |
@@ -14,7 +14,6 @@ |
||
14 | 14 | namespace Sylius\Bundle\ThemeBundle\Tests\Functional\TestBundle\Listener; |
15 | 15 | |
16 | 16 | use Sylius\Bundle\ThemeBundle\Context\SettableThemeContext; |
17 | -use Sylius\Bundle\ThemeBundle\Context\ThemeContextInterface; |
|
18 | 17 | use Sylius\Bundle\ThemeBundle\Repository\ThemeRepositoryInterface; |
19 | 18 | use Symfony\Component\HttpKernel\Event\GetResponseEvent; |
20 | 19 | use Symfony\Component\HttpKernel\HttpKernelInterface; |