createWithoutComposerFiles() публичный статический Метод

public static createWithoutComposerFiles ( ) : array
Результат array
 /**
  * @test
  */
 public function itShouldNotExecuteComposerTool()
 {
     $files = FilesCommittedStub::createWithoutComposerFiles();
     $this->shouldHandleQuery(new ComposerFilesExtractorQuery($files), ComposerFilesResponseStub::createNoData());
     $this->composerToolCommandHandler->handle(new ComposerToolCommand($files, $this->errorMessage));
 }