Ejemplo n.º 1
0
 /**
  * @expectedException \RuntimeException
  */
 public function testGetRequestWithRequestStackNotSet()
 {
     $this->appVariable->getRequest();
 }