getParameter() 공개 메소드

public getParameter ( $id )
예제 #1
0
 /**
  * @expectedException InvalidArgumentException
  * @expectedExceptionMessage There is no param defined with id [abc]
  */
 public function testGetParamWithoutSet()
 {
     $this->context->getParameter('abc');
 }