示例#1
0
文件: TestCommon.php 项目: stunti/zf2
 public function testSetOptions()
 {
     $this->_object->setOptions(array('barHeight' => 150, 'unkownProperty' => 'aValue'));
     $this->assertEquals(150, $this->_object->getBarHeight());
 }