/**
  * Set up test environment
  */
 public function setUp()
 {
     parent::setUp();
     $this->command = new CreateTables();
     $this->command->setContainer($this->container);
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->command = new Enqueue();
     $this->command->setContainer($this->container);
 }