@@ -18,7 +18,6 @@ |
||
| 18 | 18 | use Doctrine\ORM\Mapping\ClassMetadataInfo; |
| 19 | 19 | use PhpSpec\ObjectBehavior; |
| 20 | 20 | use Prophecy\Argument; |
| 21 | -use Sylius\Bundle\ResourceBundle\Doctrine\ORM\Form\Builder\DefaultFormBuilder; |
|
| 22 | 21 | use Sylius\Bundle\ResourceBundle\Form\Builder\DefaultFormBuilderInterface; |
| 23 | 22 | use Sylius\Component\Resource\Metadata\MetadataInterface; |
| 24 | 23 | use Symfony\Component\Form\FormBuilderInterface; |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | |
| 16 | 16 | use PhpSpec\ObjectBehavior; |
| 17 | 17 | use Sylius\Bundle\ResourceBundle\Controller\RequestConfiguration; |
| 18 | -use Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridView; |
|
| 19 | 18 | use Sylius\Component\Grid\Definition\Grid; |
| 20 | 19 | use Sylius\Component\Grid\Parameters; |
| 21 | 20 | use Sylius\Component\Grid\View\GridView; |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | namespace spec\Sylius\Bundle\ResourceBundle\Routing; |
| 15 | 15 | |
| 16 | 16 | use PhpSpec\ObjectBehavior; |
| 17 | -use Sylius\Bundle\ResourceBundle\Routing\ResourceLoader; |
|
| 18 | 17 | use Sylius\Bundle\ResourceBundle\Routing\RouteFactoryInterface; |
| 19 | 18 | use Sylius\Component\Resource\Metadata\MetadataInterface; |
| 20 | 19 | use Sylius\Component\Resource\Metadata\RegistryInterface; |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | namespace spec\Sylius\Bundle\ThemeBundle\Factory; |
| 15 | 15 | |
| 16 | 16 | use PhpSpec\ObjectBehavior; |
| 17 | -use Sylius\Bundle\ThemeBundle\Factory\ThemeScreenshotFactory; |
|
| 18 | 17 | use Sylius\Bundle\ThemeBundle\Factory\ThemeScreenshotFactoryInterface; |
| 19 | 18 | use Sylius\Bundle\ThemeBundle\Model\ThemeScreenshot; |
| 20 | 19 | |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | namespace spec\Sylius\Bundle\ThemeBundle\Translation\Finder; |
| 15 | 15 | |
| 16 | 16 | use PhpSpec\ObjectBehavior; |
| 17 | -use Sylius\Bundle\ThemeBundle\Translation\Finder\OrderingTranslationFilesFinder; |
|
| 18 | 17 | use Sylius\Bundle\ThemeBundle\Translation\Finder\TranslationFilesFinderInterface; |
| 19 | 18 | |
| 20 | 19 | /** |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | use Sylius\Bundle\FixturesBundle\Listener\BeforeSuiteListenerInterface; |
| 13 | 13 | use Sylius\Bundle\FixturesBundle\Listener\FixtureEvent; |
| 14 | 14 | use Sylius\Bundle\FixturesBundle\Listener\ListenerInterface; |
| 15 | -use Sylius\Bundle\FixturesBundle\Listener\LoggerListener; |
|
| 16 | 15 | use Sylius\Bundle\FixturesBundle\Listener\SuiteEvent; |
| 17 | 16 | use Sylius\Bundle\FixturesBundle\Suite\SuiteInterface; |
| 18 | 17 | |
@@ -14,13 +14,11 @@ |
||
| 14 | 14 | namespace spec\Sylius\Bundle\FixturesBundle\Loader; |
| 15 | 15 | |
| 16 | 16 | use PhpSpec\ObjectBehavior; |
| 17 | -use Prophecy\Argument; |
|
| 18 | 17 | use Sylius\Bundle\FixturesBundle\Fixture\FixtureInterface; |
| 19 | 18 | use Sylius\Bundle\FixturesBundle\Listener\AfterFixtureListenerInterface; |
| 20 | 19 | use Sylius\Bundle\FixturesBundle\Listener\BeforeFixtureListenerInterface; |
| 21 | 20 | use Sylius\Bundle\FixturesBundle\Listener\FixtureEvent; |
| 22 | 21 | use Sylius\Bundle\FixturesBundle\Loader\FixtureLoaderInterface; |
| 23 | -use Sylius\Bundle\FixturesBundle\Loader\HookableFixtureLoader; |
|
| 24 | 22 | use Sylius\Bundle\FixturesBundle\Suite\SuiteInterface; |
| 25 | 23 | |
| 26 | 24 | /** |
@@ -14,11 +14,9 @@ |
||
| 14 | 14 | namespace spec\Sylius\Bundle\FixturesBundle\Loader; |
| 15 | 15 | |
| 16 | 16 | use PhpSpec\ObjectBehavior; |
| 17 | -use Prophecy\Argument; |
|
| 18 | 17 | use Sylius\Bundle\FixturesBundle\Listener\AfterSuiteListenerInterface; |
| 19 | 18 | use Sylius\Bundle\FixturesBundle\Listener\BeforeSuiteListenerInterface; |
| 20 | 19 | use Sylius\Bundle\FixturesBundle\Listener\SuiteEvent; |
| 21 | -use Sylius\Bundle\FixturesBundle\Loader\HookableSuiteLoader; |
|
| 22 | 20 | use Sylius\Bundle\FixturesBundle\Loader\SuiteLoaderInterface; |
| 23 | 21 | use Sylius\Bundle\FixturesBundle\Suite\SuiteInterface; |
| 24 | 22 | |
@@ -14,10 +14,8 @@ |
||
| 14 | 14 | namespace spec\Sylius\Bundle\FixturesBundle\Loader; |
| 15 | 15 | |
| 16 | 16 | use PhpSpec\ObjectBehavior; |
| 17 | -use Prophecy\Argument; |
|
| 18 | 17 | use Sylius\Bundle\FixturesBundle\Fixture\FixtureInterface; |
| 19 | 18 | use Sylius\Bundle\FixturesBundle\Loader\FixtureLoaderInterface; |
| 20 | -use Sylius\Bundle\FixturesBundle\Loader\SuiteLoader; |
|
| 21 | 19 | use Sylius\Bundle\FixturesBundle\Loader\SuiteLoaderInterface; |
| 22 | 20 | use Sylius\Bundle\FixturesBundle\Suite\SuiteInterface; |
| 23 | 21 | |