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