@@ -16,7 +16,6 @@ |
||
16 | 16 | use Sylius\Bundle\SettingsBundle\Manager\SettingsManagerInterface; |
17 | 17 | use Symfony\Component\HttpFoundation\Request; |
18 | 18 | use Symfony\Component\HttpFoundation\Response; |
19 | -use Symfony\Component\OptionsResolver\Exception\MissingOptionsException; |
|
20 | 19 | use Symfony\Component\Security\Core\Exception\AccessDeniedException; |
21 | 20 | use Symfony\Component\Translation\TranslatorInterface; |
22 | 21 | use Symfony\Component\Validator\Exception\ValidatorException; |
@@ -12,8 +12,8 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\SettingsBundle\Transformer; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Sylius\Bundle\SettingsBundle\spec\Fixture\ParameterFixture; |
|
16 | 15 | use Sylius\Bundle\SettingsBundle\Transformer\ParameterTransformerInterface; |
16 | +use Sylius\Bundle\SettingsBundle\spec\Fixture\ParameterFixture; |
|
17 | 17 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
18 | 18 | |
19 | 19 | /** |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Bundle\ThemeBundle\Locator; |
13 | 13 | |
14 | 14 | use Sylius\Bundle\ThemeBundle\Factory\FinderFactoryInterface; |
15 | -use Symfony\Component\Finder\Finder; |
|
16 | 15 | use Symfony\Component\Finder\SplFileInfo; |
17 | 16 | |
18 | 17 | /** |
@@ -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,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,9 +12,8 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Loader; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | -use Sylius\Bundle\ThemeBundle\Model\ThemeInterface; |
|
17 | 15 | use Sylius\Bundle\ThemeBundle\Loader\CircularDependencyFoundException; |
16 | +use Sylius\Bundle\ThemeBundle\Model\ThemeInterface; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * @mixin CircularDependencyFoundException |
@@ -11,14 +11,13 @@ |
||
11 | 11 | |
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Settings; |
13 | 13 | |
14 | -use org\bovigo\vfs\vfsStream as VfsStream; |
|
15 | -use org\bovigo\vfs\vfsStreamDirectory as VfsStreamDirectory; |
|
16 | 14 | use PhpSpec\ObjectBehavior; |
17 | -use Prophecy\Argument; |
|
18 | 15 | use Sylius\Bundle\SettingsBundle\Schema\SchemaInterface; |
19 | 16 | use Sylius\Bundle\ThemeBundle\Model\ThemeInterface; |
20 | 17 | use Sylius\Bundle\ThemeBundle\Settings\ThemeSettingsSchemaProvider; |
21 | 18 | use Sylius\Bundle\ThemeBundle\Settings\ThemeSettingsSchemaProviderInterface; |
19 | +use org\bovigo\vfs\vfsStream as VfsStream; |
|
20 | +use org\bovigo\vfs\vfsStreamDirectory as VfsStreamDirectory; |
|
22 | 21 | |
23 | 22 | /** |
24 | 23 | * @mixin ThemeSettingsSchemaProvider |