Skip to content

Commit 1bc716a

Browse files
author
Stanislav Idolov
committed
ENGCOM-1031: [Forwardport] Add integration tests for product urls rewrite generation #14252
1 parent 14c6f00 commit 1bc716a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/_files/product_rewrite_multistore.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26

37
use Magento\Catalog\Api\ProductRepositoryInterface;
48
use Magento\Catalog\Setup\CategorySetup;

dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/_files/product_rewrite_multistore_rollback.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26

3-
use Magento\Catalog\Api\ProductRepositoryInterface;
47
use Magento\TestFramework\Helper\Bootstrap;
58

69
$objectManager = Bootstrap::getObjectManager();

0 commit comments

Comments
 (0)