We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0c885 commit 5a51679Copy full SHA for 5a51679
dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests/MAGETWO-63209.xml
@@ -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