Beispiel #1
0
 public function testGetCurrentVersion()
 {
     $vcs = new Git();
     $this->assertEquals("1.1.0", $vcs->getCurrentVersion());
 }