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