Beispiel #1
0
 /**
  * @expectedException CM_Exception_InvalidParam
  * @expectedExceptionMessage Cannot decode input
  */
 public function testGetParamsInvalidString()
 {
     $params = new CM_Params(array('foo' => 'hello'));
     $params->getParams('foo');
 }