Changed getConnection return to get the name of the connection

This commit is contained in:
William DURAND 2011-04-19 14:32:38 +02:00
commit 7fbd755f05
5 changed files with 11 additions and 32 deletions

View file

@ -60,8 +60,6 @@ EOT
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
$defaultConfig = $this->getConnection($input, $output);
$finder = new Finder();
$filesystem = new Filesystem();
$dir = $input->getOption('dir') ?: $this->defaultFixturesDir;