public function testGetVersionPlaceholderSet()
 {
     $this->setConfig(array('git-version' => 'git_version'));
     $this->assertEquals('git_version', $this->config->getGitVersionPlaceholder());
 }