public function testInvalidRepoName($name) { $config = new Config('/tmp'); new Repository($name, $config); }