protected function setUp()
 {
     parent::setUp();
     $this->setUpMocks();
     $this->command = new MakeLibraries($this->generator_mock, null, $this->signature_builder_mock, $this->files_mock, $this->type_hinter_mock, $this->code_formatter_mock, $this->code_refactor_mock, $this->request_mock, $this->wsdl_generator_mock);
 }
 protected function setUp()
 {
     parent::setUp();
     $this->setUpMocks();
     $this->command = new FormatCode($this->generator_mock, null, $this->files_mock, $this->request_mock);
 }
 protected function setUp()
 {
     parent::setUp();
     $this->setUpMocks();
     $this->command = new InsertTypeHints($this->generator_mock, null, $this->type_hinter_mock, $this->files_mock);
 }
 protected function setUp()
 {
     parent::setUp();
     $this->setUpMocks();
     $this->command = new BuildSignatures($this->generator_mock, null, $this->extractor_mock, $this->files_mock, $this->code_formatter_mock);
 }