Пример #1
0
 /**
  * `getItem` should return the parent item.
  */
 public function testGetItem()
 {
     $item = $this->_item();
     $record = new NeatlineRecord(null, $item);
     $retrieved = $record->getItem();
     $this->assertEquals($item->id, $retrieved->id);
 }