コード例 #1
0
ファイル: OnepageTest.php プロジェクト: nblair/magescotch
 public function testDispatch()
 {
     $this->request->expects($this->once())->method('getActionName')->willReturn('index');
     $this->assertEquals($this->response, $this->controller->execute($this->request));
 }