We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a81884 commit 776046aCopy full SHA for 776046a
app/code/Magento/SalesRule/Test/Unit/Model/Converter/ToDataModelTest.php
@@ -4,6 +4,7 @@
4
* See COPYING.txt for license details.
5
*/
6
namespace Magento\SalesRule\Test\Unit\Model\Converter;
7
+
8
use Magento\SalesRule\Api\Data\RuleExtensionFactory;
9
use Magento\SalesRule\Api\Data\RuleExtensionInterface;
10
@@ -176,7 +177,6 @@ public function testToDataModel()
176
177
->getMock();
178
$arrayAttributes['extension_attributes'] = $attributesMock;
179
-
180
$this->extensionFactoryMock->expects($this->any())
181
->method('create')
182
->with(['data' => $array['extension_attributes']])
0 commit comments