/**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('mongodb:fixtures:load')->setDescription('Load fixtures and applies them');
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('mongodb:collection:drop')->addArgument('collection', InputArgument::REQUIRED, 'collection to drop')->setDescription('Drops a database');
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('mongodb:database:drop')->setDescription('Drops a database');
 }