Example #1
0
 /**
  * @covers Context::forward
  * @expectedException ForwardViewException
  */
 public function testForward()
 {
     $this->ctx->forward("view");
 }