Skip to content

Commit 5a51679

Browse files
committed
MAGETWO-63209: Fatal error on category page when changing display mode with flat category on
1 parent 1a0c885 commit 5a51679

File tree

1 file changed

+17
-0
lines changed
  • dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2017 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd">
10+
<rule scope="testsuite">
11+
<allow>
12+
<class value="Magento\Catalog\Test\TestCase\Category\CreateCategoryEntityTest"/>
13+
<class value="Magento\Catalog\Test\TestCase\Category\UpdateCategoryEntityTest"/>
14+
<class value="Magento\Catalog\Test\TestCase\Category\DeleteCategoryEntityTest"/>
15+
</allow>
16+
</rule>
17+
</config>

0 commit comments

Comments
 (0)