/**
  * Set up the mock to bootstrap the command tests
  */
 protected function setUp()
 {
     $this->generator_mock = TestFactory::mockGenerator();
     $this->process_mock = TestFactory::mockProcess();
     $this->request = new Request($this->generator_mock);
     parent::setUp();
 }