File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Model Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 21
21
*
22
22
* @magentoDbIsolation enabled
23
23
* @magentoConfigFixture default/catalog/seo/generate_category_product_rewrites 1
24
- * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
25
24
*/
26
25
abstract class AbstractUrlRewriteTest extends TestCase
27
26
{
Original file line number Diff line number Diff line change 26
26
*
27
27
* @magentoDbIsolation enabled
28
28
* @magentoConfigFixture default/catalog/seo/generate_category_product_rewrites 1
29
- * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30
29
*/
31
30
class CategoryUrlRewriteTest extends AbstractUrlRewriteTest
32
31
{
Original file line number Diff line number Diff line change 23
23
*
24
24
* @magentoDbIsolation enabled
25
25
* @magentoConfigFixture default/catalog/seo/generate_category_product_rewrites 1
26
- * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
27
26
*/
28
27
class ProductUrlRewriteTest extends AbstractUrlRewriteTest
29
28
{
You can’t perform that action at this time.
0 commit comments