Пример #1
0
 public function testSetOptions()
 {
     $this->_object->setOptions(array('barHeight' => 150, 'unkownProperty' => 'aValue'));
     $this->assertEquals(150, $this->_object->getBarHeight());
 }