示例#1
0
文件: GetMetaTest.php 项目: ptlis/vcs
 public function testBranchExists()
 {
     $commandExecutor = new MockCommandExecutor(new MockCommandBuilder());
     $vcs = new SvnVcs($commandExecutor, new RepositoryConfig());
     $meta = $vcs->getMeta();
     $this->assertInstanceOf('\\ptlis\\Vcs\\Interfaces\\MetaInterface', $meta);
 }