Exemplo n.º 1
0
 public function test_copy()
 {
     $repo = GitRepository::copy('/Users/jacob/dev/research/tmp', 'git@github.com:sp4ceb4r/helpsocial.git');
     $this->assertNotNull($repo);
 }