@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Victoire\Bundle\SitemapBundle\Controller; |
| 4 | 4 | |
| 5 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
|
| 6 | 5 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
| 7 | 6 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
| 8 | 7 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Behat\Behat\Context\SnippetAcceptingContext; |
| 7 | 7 | use Behat\Behat\Hook\Scope\AfterStepScope; |
| 8 | 8 | use Behat\Mink\Driver\Selenium2Driver; |
| 9 | -use Behat\Mink\Element\Element; |
|
| 10 | 9 | use Behat\Mink\Exception\UnsupportedDriverActionException; |
| 11 | 10 | use Behat\Symfony2Extension\Context\KernelAwareContext; |
| 12 | 11 | use Behat\Symfony2Extension\Context\KernelDictionary; |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | use Symfony\Bridge\Doctrine\Form\Type\EntityType; |
| 9 | 9 | use Symfony\Component\Form\AbstractType; |
| 10 | 10 | use Symfony\Component\Form\CallbackTransformer; |
| 11 | -use Symfony\Component\Form\Extension\Core\Type\HiddenType; |
|
| 12 | 11 | use Symfony\Component\Form\Extension\Core\Type\TextType; |
| 13 | 12 | use Symfony\Component\Form\FormBuilderInterface; |
| 14 | 13 | use Symfony\Component\HttpFoundation\RequestStack; |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Symfony\Component\Form\AbstractType; |
| 7 | 7 | use Symfony\Component\Form\CallbackTransformer; |
| 8 | 8 | use Symfony\Component\Form\Extension\Core\Type\HiddenType; |
| 9 | -use Symfony\Component\Form\Extension\Core\Type\TextType; |
|
| 10 | 9 | use Symfony\Component\Form\FormBuilderInterface; |
| 11 | 10 | use Symfony\Component\OptionsResolver\OptionsResolver; |
| 12 | 11 | |