Skip to content

Commit 86b1962

Browse files
committed
MAGETWO-96522: Fix action behavior
1 parent 60abc87 commit 86b1962

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/code/Magento/Checkout/Test/Unit/Controller/Cart/CouponPostTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* Test for \Magento\Checkout\Controller\Cart\CouponPost
1313
*
1414
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
15+
* @SuppressWarnings(PHPMD.TooManyFields)
1516
*/
1617
class CouponPostTest extends \PHPUnit_Framework_TestCase
1718
{

app/code/Magento/Customer/Test/Unit/Controller/Account/ForgotPasswordPostTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,9 @@ protected function prepareContext()
233233
->disableOriginalConstructor()
234234
->getMock();
235235

236-
$this->resultRedirectFactory = $this->getMockBuilder(\Magento\Framework\Controller\Result\RedirectFactory::class)
236+
$this->resultRedirectFactory = $this->getMockBuilder(
237+
\Magento\Framework\Controller\Result\RedirectFactory::class
238+
)
237239
->disableOriginalConstructor()
238240
->getMock();
239241

0 commit comments

Comments
 (0)