Exemplo n.º 1
0
 /**
  * Setup the integration test.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->runCommand(GenerateModuleTest::COMMAND);
     $this->result = $this->runCommand();
 }
Exemplo n.º 2
0
 /**
  * Setup the integration test.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->result = $this->runCommand();
 }