We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc3be2 commit 5e4d0cfCopy full SHA for 5e4d0cf
lib/internal/Magento/Framework/App/Test/Unit/Action/AbstractActionTest.php
@@ -51,9 +51,7 @@ public function setUp()
51
->method('getResultRedirectFactory')
52
->willReturn($this->redirectFactory);
53
54
- $this->action = $this->getMockForAbstractClass('Magento\Framework\App\Action\AbstractAction',
55
- [$this->request, $this->response, $this->context]
56
- );
+ $this->action = $this->getMockForAbstractClass('Magento\Framework\App\Action\AbstractAction', [$this->context]);
57
}
58
59
public function testGetDefaultRedirect()
0 commit comments