@@ -15,7 +15,6 @@ |
||
15 | 15 | use Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProviderInterface; |
16 | 16 | use Sylius\Bundle\ThemeBundle\Configuration\Filesystem\ConfigurationLoaderInterface; |
17 | 17 | use Sylius\Bundle\ThemeBundle\Locator\FileLocatorInterface; |
18 | -use Symfony\Component\Config\Resource\ResourceInterface; |
|
19 | 18 | |
20 | 19 | /** |
21 | 20 | * @mixin FilesystemConfigurationProvider |
@@ -12,10 +12,9 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Configuration\Test; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProviderInterface; |
17 | -use Sylius\Bundle\ThemeBundle\Configuration\Test\TestThemeConfigurationManagerInterface; |
|
18 | 16 | use Sylius\Bundle\ThemeBundle\Configuration\Test\TestConfigurationProvider; |
17 | +use Sylius\Bundle\ThemeBundle\Configuration\Test\TestThemeConfigurationManagerInterface; |
|
19 | 18 | |
20 | 19 | /** |
21 | 20 | * @mixin TestConfigurationProvider |
@@ -11,13 +11,12 @@ |
||
11 | 11 | |
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Configuration\Test; |
13 | 13 | |
14 | -use org\bovigo\vfs\vfsStreamWrapper as VfsStreamWrapper; |
|
15 | -use org\bovigo\vfs\vfsStreamDirectory as VfsStreamDirectory; |
|
16 | 14 | use PhpSpec\ObjectBehavior; |
17 | -use Prophecy\Argument; |
|
18 | 15 | use Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProcessorInterface; |
19 | 16 | use Sylius\Bundle\ThemeBundle\Configuration\Test\TestThemeConfigurationManager; |
20 | 17 | use Sylius\Bundle\ThemeBundle\Configuration\Test\TestThemeConfigurationManagerInterface; |
18 | +use org\bovigo\vfs\vfsStreamDirectory as VfsStreamDirectory; |
|
19 | +use org\bovigo\vfs\vfsStreamWrapper as VfsStreamWrapper; |
|
21 | 20 | |
22 | 21 | /** |
23 | 22 | * @mixin TestThemeConfigurationManager |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Context; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Bundle\ThemeBundle\Context\EmptyThemeContext; |
17 | 16 | use Sylius\Bundle\ThemeBundle\Context\ThemeContextInterface; |
18 | 17 |
@@ -12,10 +12,8 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Context; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Bundle\ThemeBundle\Context\SettableThemeContext; |
17 | 16 | use Sylius\Bundle\ThemeBundle\Context\ThemeContextInterface; |
18 | -use Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProviderInterface; |
|
19 | 17 | use Sylius\Bundle\ThemeBundle\Model\ThemeInterface; |
20 | 18 | |
21 | 19 | /** |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Controller; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Bundle\ThemeBundle\Controller\ThemeScreenshotController; |
17 | 16 | use Sylius\Bundle\ThemeBundle\Model\ThemeInterface; |
18 | 17 | use Sylius\Bundle\ThemeBundle\Repository\ThemeRepositoryInterface; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Factory; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Bundle\ThemeBundle\Factory\ThemeAuthorFactory; |
17 | 16 | use Sylius\Bundle\ThemeBundle\Factory\ThemeAuthorFactoryInterface; |
18 | 17 | use Sylius\Bundle\ThemeBundle\Model\ThemeAuthor; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Factory; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Bundle\ThemeBundle\Factory\ThemeScreenshotFactory; |
17 | 16 | use Sylius\Bundle\ThemeBundle\Factory\ThemeScreenshotFactoryInterface; |
18 | 17 | use Sylius\Bundle\ThemeBundle\Model\ThemeScreenshot; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\HierarchyProvider; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Bundle\ThemeBundle\HierarchyProvider\NoopThemeHierarchyProvider; |
17 | 16 | use Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProviderInterface; |
18 | 17 | use Sylius\Bundle\ThemeBundle\Model\ThemeInterface; |