Skip to content

Commit 317c902

Browse files
author
Michail Slabko
committed
MAGETWO-43109: Prepare Pull Request
- update composer.lock - fix tests
1 parent e328175 commit 317c902

File tree

4 files changed

+242
-145
lines changed

4 files changed

+242
-145
lines changed

app/code/Magento/CatalogRuleConfigurable/Test/Unit/Plugin/CatalogRule/Model/Rule/ConfigurableProductHandlerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ protected function setUp()
5151
[],
5252
'',
5353
false
54-
5554
);
5655
$this->ruleMock = $this->getMock('Magento\CatalogRule\Model\Rule', [], [], '', false);
5756

app/code/Magento/ConfigurableProduct/Ui/Component/Listing/AssociatedProduct/Attribute/Repository.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ class Repository extends \Magento\Catalog\Ui\Component\Listing\Attribute\Abstrac
1111
protected $request;
1212

1313
/**
14+
* @param \Magento\Catalog\Api\ProductAttributeRepositoryInterface $productAttributeRepository
1415
* @param \Magento\Framework\Api\SearchCriteriaBuilder $searchCriteriaBuilder
16+
* @param \Magento\Framework\App\RequestInterface $request
1517
*/
1618
public function __construct(
1719
\Magento\Catalog\Api\ProductAttributeRepositoryInterface $productAttributeRepository,

app/code/Magento/ConfigurableProduct/view/adminhtml/templates/catalog/product/edit/super/config.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ require([
131131
"productsProvider": "configurable_associated_product_listing.data_source",
132132
"productsMassAction": "configurable_associated_product_listing.configurable_associated_product_listing.product_columns.ids",
133133
"productsColumns": "configurable_associated_product_listing.configurable_associated_product_listing.product_columns",
134-
"productsGridUrl": "<?= $block->getUrl('catalog/product/associated_grid', ['componentJson' => true])?>",
134+
"productsGridUrl": "<?= /* @noEscape */ $block->getUrl('catalog/product/associated_grid', ['componentJson' => true])?>",
135135
"configurableVariations": "configurableVariations"
136136
}
137137
}

0 commit comments

Comments
 (0)