Beispiel #1
0
 public function testRequest()
 {
     $this->controller->init();
     $this->assertEquals($this->requestMock, $this->controller->request());
 }