Update properties
This commit is contained in:
parent
28696ce13f
commit
13faa12bfe
|
@ -21,19 +21,9 @@ class GenerateDrupal7Command extends Command
|
|||
private $machineName;
|
||||
private $testName;
|
||||
|
||||
/** @var Filesystem */
|
||||
private $filesystem;
|
||||
|
||||
/** @var Finder */
|
||||
private $finder;
|
||||
|
||||
/** @var SymfonyStyle $io */
|
||||
private $io;
|
||||
|
||||
/** @var ModuleNameConverter */
|
||||
private $moduleNameConverter;
|
||||
|
||||
/** @var TestNameConverter */
|
||||
private $testNameConverter;
|
||||
|
||||
public function __construct(
|
||||
|
|
Loading…
Reference in a new issue