예제 #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);
 }