コード例 #1
0
ファイル: LinkCellTest.php プロジェクト: THM068/orangehrm
 public function testPopulateFromArray()
 {
     $properties = array('dataObject' => new stdClass());
     $this->linkCell->populateFromArray($properties);
     $this->assertEquals($properties['dataObject'], $this->linkCell->getDataObject());
 }