Skip to content

Commit 06c7ae8

Browse files
committed
MAGETWO-63666: [FT] Adding dataset to tests
1 parent e1c251e commit 06c7ae8

File tree

1 file changed

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

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2013-2017 Magento, Inc. 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\TargetRule\Test\TestCase\CreateTargetRuleEntityWithAttributeConditionsTest" />
13+
</allow>
14+
</rule>
15+
</config>

0 commit comments

Comments
 (0)