public function testGetTags()
 {
     $instance = new VersionControl_Git('./fixtures/001_VersionControl_Git');
     $tags = $instance->getTags();
     $this->assertEquals($tags['tag1'], 'ddf8aa7e97a206847658c90a26fe740b2e17231a');
 }