getParameter() public method

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