Skip to content

Commit 06bc543

Browse files
author
okarpenko
committed
MAGETWO-33074: Upgrade response class
- unit test
1 parent 68377f9 commit 06bc543

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/TestCase/ControllerAbstractTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ protected function setUp()
2727
$response = new \Magento\TestFramework\Response(
2828
$this->getMock('Magento\Framework\Stdlib\CookieManagerInterface'),
2929
$this->getMock('Magento\Framework\Stdlib\Cookie\CookieMetadataFactory', [], [], '', false),
30-
$this->getMock('Magento\Framework\App\Http\Context', [], [], '', false),
31-
new \Magento\Framework\App\Response\Headers()
30+
$this->getMock('Magento\Framework\App\Http\Context', [], [], '', false)
3231
);
3332

3433
$this->_objectManager = $this->getMock(

0 commit comments

Comments
 (0)