File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
dev/tests/integration/testsuite/Magento/PageBuilder Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ public function testProductTotals(
53
53
54
54
/**
55
55
* @return array
56
+ *
57
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
56
58
*/
57
59
public function productDataProvider ()
58
60
{
Original file line number Diff line number Diff line change 84
84
->setDescription ('Category 2 - Empty Anchor ' )
85
85
->save ();
86
86
87
-
88
87
$ category = $ objectManager ->create (\Magento \Catalog \Model \Category::class);
89
88
$ category ->isObjectNew (true );
90
89
$ category ->setId (6 )
@@ -121,7 +120,7 @@ function createTestProduct(
121
120
$ defaultAttributeSet ,
122
121
$ categoryLinkManagement ,
123
122
$ productRepository ,
124
- $ assignToCategories = [2 , 3 ]
123
+ $ assignToCategories = [2 , 3 ]
125
124
) {
126
125
/** @var $product \Magento\Catalog\Model\Product */
127
126
$ product = $ objectManager ->create (\Magento \Catalog \Model \Product::class);
You can’t perform that action at this time.
0 commit comments