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