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

public static createNoData ( ) : JsonFilesResponse
Результат PhpGitHooks\Module\Files\Contract\Response\JsonFilesResponse
 /**
  * @test
  */
 public function itShouldNotExecuteTool()
 {
     $files = FilesCommittedStub::createWithoutJsonFiles();
     $this->shouldHandleQuery(new JsonFilesExtractorQuery($files), JsonFilesResponseStub::createNoData());
     $this->jsonLintToolCommandHandler->handle(new JsonLintToolCommand($files, $this->errorMessage));
 }