protected function setUpMocks()
 {
     $this->input_mock = TestFactory::mockInputArray();
     $this->output_mock = TestFactory::mockOutputConsole();
     $this->request_mock = TestFactory::mockRequest();
     $this->response_mock = TestFactory::mockResponse();
 }
 /**
  * Mocks that are needed for all of the command tests
  */
 private function setupMocks()
 {
     $this->generator_mock = TestFactory::mockGenerator();
     $this->input_mock = TestFactory::mockInputArray();
     $this->output_mock = TestFactory::mockOutputConsole();
 }