File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Checkout/Test/Unit/Controller/Cart
Customer/Test/Unit/Controller/Account Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 12
12
* Test for \Magento\Checkout\Controller\Cart\CouponPost
13
13
*
14
14
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
15
+ * @SuppressWarnings(PHPMD.TooManyFields)
15
16
*/
16
17
class CouponPostTest extends \PHPUnit_Framework_TestCase
17
18
{
Original file line number Diff line number Diff line change @@ -233,7 +233,9 @@ protected function prepareContext()
233
233
->disableOriginalConstructor ()
234
234
->getMock ();
235
235
236
- $ this ->resultRedirectFactory = $ this ->getMockBuilder (\Magento \Framework \Controller \Result \RedirectFactory::class)
236
+ $ this ->resultRedirectFactory = $ this ->getMockBuilder (
237
+ \Magento \Framework \Controller \Result \RedirectFactory::class
238
+ )
237
239
->disableOriginalConstructor ()
238
240
->getMock ();
239
241
You can’t perform that action at this time.
0 commit comments