@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Tpg\ExtjsBundle\Generator; |
3 | 3 | |
4 | -use Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver; |
|
5 | 4 | use Sensio\Bundle\GeneratorBundle\Generator\ControllerGenerator; |
6 | 5 | use Symfony\Component\HttpKernel\Bundle\BundleInterface; |
7 | 6 | use Symfony\Component\Yaml\Yaml; |
@@ -3,16 +3,9 @@ |
||
3 | 3 | |
4 | 4 | include_once(__DIR__ . '/../app/AppKernel.php'); |
5 | 5 | |
6 | -use Doctrine\Bundle\MongoDBBundle\Command\CreateSchemaDoctrineODMCommand; |
|
7 | -use Doctrine\Bundle\MongoDBBundle\Command\DropSchemaDoctrineODMCommand; |
|
8 | 6 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; |
9 | -use Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand; |
|
10 | -use Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand; |
|
11 | -use Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand; |
|
12 | - |
|
13 | 7 | use Symfony\Bundle\FrameworkBundle\Console\Application; |
14 | 8 | use Symfony\Component\Console\Tester\CommandTester; |
15 | -use Symfony\Component\Routing\Router; |
|
16 | 9 | use Tpg\ExtjsBundle\Command\GenerateRestControllerCommand; |
17 | 10 | |
18 | 11 | class BaseTestGeneratedRestController extends WebTestCase { |