Skip to content

Commit f36ef99

Browse files
author
Oleksii Korshenko
committed
MAGETWO-67510: Remove zend json from weee #9261
- fixed static test
1 parent 3c696b6 commit f36ef99

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/code/Magento/Weee/Test/Unit/Helper/DataTest.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,13 @@ public function dataProviderGetWeeeAttributesForBundle()
302302
public function testGetAppliedSimple()
303303
{
304304
$testArray = ['key' => 'value'];
305-
$itemProductSimple = $this->getMock(\Magento\Quote\Model\Quote\Item::class, ['getWeeeTaxApplied'], [], '', false);
305+
$itemProductSimple = $this->getMock(
306+
\Magento\Quote\Model\Quote\Item::class,
307+
['getWeeeTaxApplied'],
308+
[],
309+
'',
310+
false
311+
);
306312
$itemProductSimple->expects($this->any())
307313
->method('getHasChildren')
308314
->will($this->returnValue(false));

0 commit comments

Comments
 (0)