Example #1
0
 public function testRecordId()
 {
     $this->assertNull($this->item->getRecordId());
     $this->item->setRecordId(2);
     $this->assertEquals(2, $this->item->getRecordId());
 }