예제 #1
0
파일: TestCommon.php 프로젝트: stunti/zf2
 public function testSetOptions()
 {
     $this->_object->setOptions(array('barHeight' => 150, 'unkownProperty' => 'aValue'));
     $this->assertEquals(150, $this->_object->getBarHeight());
 }