コード例 #1
0
 public function setup()
 {
     parent::setup();
     $this->createExampleRepo($this->fixturePath . '/example-1/repo-1');
     $this->createExampleRepo($this->fixturePath . '/example-1/repo-1/repo-1b');
     $this->createExampleRepo($this->fixturePath . '/example-2/repo-2');
 }
コード例 #2
0
ファイル: LsCommandTest.php プロジェクト: totten/git-scan
 public function setup()
 {
     parent::setup();
 }