File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/code/Magento/Checkout/Test/Unit/Controller/Onepage Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ class SaveOrderTest extends \PHPUnit_Framework_TestCase
67
67
* Set up
68
68
*
69
69
* @return void
70
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
70
71
*/
71
72
protected function setUp ()
72
73
{
@@ -176,6 +177,7 @@ protected function setUp()
176
177
* Test for execute method
177
178
*
178
179
* @return void
180
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
179
181
*/
180
182
public function testExecute ()
181
183
{
@@ -262,6 +264,7 @@ public function testExecute()
262
264
['Magento\Checkout\Model\Agreements\AgreementsValidator ' , $ agreementsValidatorMock ],
263
265
]
264
266
);
267
+
265
268
// call _expireAjax method
266
269
$ onepageMock ->expects ($ this ->atLeastOnce ())
267
270
->method ('getQuote ' )
You can’t perform that action at this time.
0 commit comments