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