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

public static createWithoutJsonFiles ( )
 /**
  * @test
  */
 public function itShouldNotExecuteTool()
 {
     $files = FilesCommittedStub::createWithoutJsonFiles();
     $this->shouldHandleQuery(new JsonFilesExtractorQuery($files), JsonFilesResponseStub::createNoData());
     $this->jsonLintToolCommandHandler->handle(new JsonLintToolCommand($files, $this->errorMessage));
 }