Exemplo n.º 1
0
 function it_uses_its_external_command_locator_to_find_correct_command(LocatorInterface $externalCommandLocator)
 {
     $externalCommandLocator->locate('phpunit')->shouldBeCalled();
     $this->getCommandLocation();
 }
Exemplo n.º 2
0
 /**
  * @return FilesCollection
  */
 protected function getCommittedFiles()
 {
     return $this->changedFilesLocator->locate();
 }
Exemplo n.º 3
0
 /**
  * @return FilesCollection
  */
 protected function getRegisteredFiles()
 {
     return $this->registeredFilesLocator->locate();
 }