Exemplo n.º 1
0
 /**
  * @test
  * @depends shouldHaveJsonFileAfterCollectGitInfo
  */
 public function shouldHaveGitAfterCollectGitInfo(JsonFile $jsonFile)
 {
     $git = $jsonFile->getGit();
     $this->assertNotNull($git);
 }