@@ -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 |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Loader; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Bundle\ThemeBundle\Loader\ThemeLoadingFailedException; |
17 | 16 | |
18 | 17 | /** |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Model; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Bundle\ThemeBundle\Model\ThemeAuthor; |
17 | 16 | |
18 | 17 | /** |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Model; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Bundle\ThemeBundle\Model\ThemeScreenshot; |
17 | 16 | |
18 | 17 | /** |
@@ -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 |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Translation\Provider; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Bundle\ThemeBundle\Translation\Provider\CompositeTranslatorResourceProvider; |
17 | 16 | use Sylius\Bundle\ThemeBundle\Translation\Provider\TranslationResourceInterface; |
18 | 17 | use Sylius\Bundle\ThemeBundle\Translation\Provider\TranslatorResourceProviderInterface; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Translation\Provider; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Bundle\ThemeBundle\Model\ThemeInterface; |
17 | 16 | use Sylius\Bundle\ThemeBundle\Translation\Provider\ThemeTranslationResource; |
18 | 17 | use Sylius\Bundle\ThemeBundle\Translation\Provider\TranslationResourceInterface; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\ThemeBundle\Translation\Provider; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProviderInterface; |
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\Translation\Provider; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Bundle\ThemeBundle\Translation\Provider\TranslationResource; |
17 | 16 | use Sylius\Bundle\ThemeBundle\Translation\Provider\TranslationResourceInterface; |
18 | 17 |