/**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('sp:fixture-dumper:mongodb')->addOption('dm', null, InputOption::VALUE_REQUIRED, 'The document manager to use for this command.')->setDescription('Creates fixtures from MongoDB documents');
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('sp:fixture-dumper:orm')->addOption('em', null, InputOption::VALUE_REQUIRED, 'The entity manager to use for this command.')->setDescription('Creates fixtures from ORM entities');
 }