Example #1
0
 /**
  * @expectedException \Memo\Exception
  */
 public function testStop()
 {
     $controller = new Controller($this->request, $this->response);
     $controller->stop($this->response);
 }