@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\HttpKernel\Bundle\Bundle as BaseBundle; |
| 6 | 6 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 7 | -use Symfony\Component\DependencyInjection\Compiler\PassConfig; |
|
| 8 | 7 | use Knp\RadBundle\DependencyInjection\Compiler; |
| 9 | 8 | use Symfony\Component\Config\Definition\Builder\NodeParentInterface; |
| 10 | 9 | |
@@ -4,8 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
| 6 | 6 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 7 | -use Symfony\Component\DependencyInjection\Container; |
|
| 8 | -use Symfony\Component\DependencyInjection\Definition; |
|
| 9 | 7 | use Symfony\Component\HttpKernel\Bundle\BundleInterface; |
| 10 | 8 | use Knp\RadBundle\DependencyInjection\Definition\FormTypeExtensionDefinitionFactory; |
| 11 | 9 | use Knp\RadBundle\DependencyInjection\ServiceIdGenerator; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
| 6 | 6 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 7 | -use Symfony\Component\DependencyInjection\Container; |
|
| 8 | 7 | use Symfony\Component\HttpKernel\Bundle\BundleInterface; |
| 9 | 8 | use Knp\RadBundle\Finder\ClassFinder; |
| 10 | 9 | use Knp\RadBundle\DependencyInjection\Definition\TwigExtensionFactory; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Knp\RadBundle\EventListener; |
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent; |
| 6 | -use Symfony\Component\HttpFoundation\Request; |
|
| 7 | 6 | use Knp\RadBundle\View\NameDeducer; |
| 8 | 7 | use Knp\RadBundle\View\NameDeducer\NotInBundleException; |
| 9 | 8 | use Knp\RadBundle\View\NameDeducer\NoControllerNameException; |
@@ -3,11 +3,8 @@ |
||
| 3 | 3 | namespace spec\Knp\RadBundle\DomainEvent\Dispatcher; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
| 8 | 7 | use Doctrine\ORM\Event\PostFlushEventArgs; |
| 9 | -use Doctrine\ORM\EntityManager; |
|
| 10 | -use Doctrine\ORM\UnitOfWork; |
|
| 11 | 8 | use Knp\RadBundle\DomainEvent\Provider; |
| 12 | 9 | use Knp\RadBundle\DomainEvent\Event; |
| 13 | 10 | use Doctrine\ORM\Event\LifecycleEventArgs; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace spec\Knp\RadBundle\Form; |
| 4 | 4 | |
| 5 | -use PhpSpec\Exception\Example\PendingException; |
|
| 6 | 5 | use PhpSpec\ObjectBehavior; |
| 7 | 6 | |
| 8 | 7 | class FormManagerSpec extends ObjectBehavior |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace spec\Knp\RadBundle\Resource\Resolver; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | |
| 8 | 7 | class ExpressionLanguageBasedSpec extends ObjectBehavior |
| 9 | 8 | { |
@@ -3,8 +3,6 @@ |
||
| 3 | 3 | namespace spec\Knp\RadBundle\Routing\Loader; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use PhpSpec\Exception\Example\PendingException; |
|
| 7 | - |
|
| 8 | 6 | use InvalidArgumentException; |
| 9 | 7 | |
| 10 | 8 | class ConventionalLoaderSpec extends ObjectBehavior |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
| 6 | 6 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 7 | -use Symfony\Component\DependencyInjection\Container; |
|
| 8 | 7 | use Symfony\Component\HttpKernel\Bundle\BundleInterface; |
| 9 | 8 | use Knp\RadBundle\Finder\ClassFinder; |
| 10 | 9 | use Knp\RadBundle\DependencyInjection\Definition\TwigExtensionFactory; |