コード例 #1
0
ファイル: ControllerTest.php プロジェクト: rganin/magelight
 public function testRequest()
 {
     $this->controller->init();
     $this->assertEquals($this->requestMock, $this->controller->request());
 }