コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->command = new Enqueue();
     $this->command->setContainer($this->container);
 }
コード例 #2
0
 /**
  * Set up test environment.
  */
 public function setUp()
 {
     parent::setUp();
     $this->command = new CreateTables();
     $this->command->setContainer($this->container);
 }