Ejemplo n.º 1
0
 public function testAddAlternate()
 {
     $odb = new Git\ODB();
     $memory = new Git\Backend\Memory();
     $odb->addAlternate($memory, 5);
     $this->assertInstanceof('Git\\ODB', $odb);
 }