public function testRepair() {
   $r = $this->object->repair();
   $this->assertEquals(true, (bool)$r['ok'], json_encode($r));
 }