Пример #1
0
 public function testPopulateFromArray()
 {
     $properties = array('identifier' => 'btnSave');
     $this->button->populateFromArray($properties);
     $this->assertEquals($properties['identifier'], $this->button->getIdentifier());
 }