Skip to content

Commit 450263d

Browse files
author
vpaladiychuk
committed
MAGETWO-26762: Default Exception Handler for Controllers
1 parent 8df6478 commit 450263d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Test/Unit/Router/ActionListTest.php

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function getDataProvider()
112112
$mockClassName = 'Mock_Action_Class';
113113
$actionClass = $this->getMockClass(
114114
'Magento\Framework\App\ActionInterface',
115-
['dispatch', 'getResponse'],
115+
['dispatch', 'getResponse', 'getDefaultRedirect'],
116116
[],
117117
$mockClassName
118118
);

0 commit comments

Comments
 (0)