コード例 #1
0
ファイル: JobsTest.php プロジェクト: greggcz/librenms
 /**
  * @test
  * @depends shouldHaveJsonFileAfterCollectGitInfo
  */
 public function shouldHaveGitAfterCollectGitInfo(JsonFile $jsonFile)
 {
     $git = $jsonFile->getGit();
     $this->assertNotNull($git);
 }