@@ -11,11 +11,9 @@ |
||
| 11 | 11 | |
| 12 | 12 | use Naneau\FileGen\Structure; |
| 13 | 13 | use Naneau\FileGen\Parameter\Parameter; |
| 14 | - |
|
| 15 | 14 | use Symfony\Component\Console\Helper\HelperInterface; |
| 16 | 15 | use Symfony\Component\Console\Helper\HelperSet; |
| 17 | 16 | use Symfony\Component\Console\Helper\QuestionHelper; |
| 18 | - |
|
| 19 | 17 | use Symfony\Component\Console\Input\InputInterface; |
| 20 | 18 | use Symfony\Component\Console\Output\OutputInterface; |
| 21 | 19 | use Symfony\Component\Console\Question\Question; |
@@ -10,9 +10,7 @@ |
||
| 10 | 10 | namespace Naneau\FileGen; |
| 11 | 11 | |
| 12 | 12 | use Naneau\FileGen\Parameterized; |
| 13 | - |
|
| 14 | 13 | use Naneau\FileGen\AccessRights; |
| 15 | - |
|
| 16 | 14 | use Naneau\FileGen\File\Contents as ContentGenerator; |
| 17 | 15 | use Naneau\FileGen\File\Contents\StringBased as StringContents; |
| 18 | 16 | |
@@ -10,14 +10,11 @@ |
||
| 10 | 10 | namespace Naneau\FileGen; |
| 11 | 11 | |
| 12 | 12 | use Naneau\FileGen\Parameterized; |
| 13 | - |
|
| 14 | 13 | use Naneau\FileGen\Directory; |
| 15 | 14 | use Naneau\FileGen\File; |
| 16 | 15 | use Naneau\FileGen\SymLink; |
| 17 | - |
|
| 18 | 16 | use Naneau\FileGen\Generator\Exception as GeneratorException; |
| 19 | 17 | use Naneau\FileGen\Generator\Exception\NodeExists as NodeExistsException; |
| 20 | - |
|
| 21 | 18 | use Symfony\Component\Filesystem\Filesystem; |
| 22 | 19 | use Symfony\Component\Filesystem\Exception\IOException as FilesystemIOException; |
| 23 | 20 | |
@@ -12,9 +12,7 @@ |
||
| 12 | 12 | use Naneau\FileGen\Directory; |
| 13 | 13 | use Naneau\FileGen\File; |
| 14 | 14 | use Naneau\FileGen\SymLink; |
| 15 | - |
|
| 16 | 15 | use Naneau\FileGen\Parameter\Set as ParameterSet; |
| 17 | - |
|
| 18 | 16 | use Naneau\FileGen\Structure\Exception as StructureException; |
| 19 | 17 | |
| 20 | 18 | /** |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | namespace Naneau\FileGen\Test\Console; |
| 11 | 11 | |
| 12 | 12 | use Naneau\FileGen\Structure; |
| 13 | - |
|
| 14 | 13 | use Symfony\Component\Console\Command\Command; |
| 15 | 14 | use Symfony\Component\Console\Input\InputInterface; |
| 16 | 15 | use Symfony\Component\Console\Output\OutputInterface; |
@@ -10,11 +10,9 @@ |
||
| 10 | 10 | namespace Naneau\FileGen\Test; |
| 11 | 11 | |
| 12 | 12 | use Naneau\FileGen\Test\Generator\TestCase; |
| 13 | - |
|
| 14 | 13 | use Naneau\FileGen\File\Contents\Copy as CopyContents; |
| 15 | 14 | use Naneau\FileGen\Structure; |
| 16 | 15 | use Naneau\FileGen\File; |
| 17 | -use Naneau\FileGen\Generator; |
|
| 18 | 16 | |
| 19 | 17 | /** |
| 20 | 18 | * CopyTest |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | namespace Naneau\FileGen\Test\File; |
| 11 | 11 | |
| 12 | 12 | use Naneau\FileGen\Test\Generator\TestCase; |
| 13 | - |
|
| 14 | 13 | use Naneau\FileGen\Structure; |
| 15 | 14 | use Naneau\FileGen\File\Contents\Twig as TwigContents; |
| 16 | 15 | |
@@ -9,8 +9,6 @@ |
||
| 9 | 9 | |
| 10 | 10 | namespace Naneau\FileGen\Test\Generator; |
| 11 | 11 | |
| 12 | -use Naneau\FileGen\Directory; |
|
| 13 | -use Naneau\FileGen\File; |
|
| 14 | 12 | use Naneau\FileGen\Generator; |
| 15 | 13 | |
| 16 | 14 | use \PHPUnit_Framework_TestCase as PUTestCase; |