Example #1
0
 private function assertAllocatedArchiveId($expectedId)
 {
     $id = $this->model->allocateNewArchiveId($this->tableName);
     $this->assertEquals($expectedId, $id);
 }