File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
testsuites/Magento/Mtf/TestSuite/InjectableTests
tests/app/Magento/Cms/Test/TestCase Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 27
27
<constraint name =" Magento\Cms\Test\Constraint\AssertCmsPageSuccessSaveMessage" />
28
28
<constraint name =" Magento\Cms\Test\Constraint\AssertCmsPageForm" />
29
29
</variation >
30
- <variation name =" CreateCmsPageEntityTestVariation3" >
30
+ <variation name =" CreateCmsPageEntityTestVariation3" >
31
31
<data name =" description" xsi : type =" string" >Create page with widget and system variable</data >
32
32
<data name =" fixtureType" xsi : type =" string" >cmsPage</data >
33
33
<data name =" data/title" xsi : type =" string" >NewCmsPage%isolation%</data >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © 2016 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\Cms\Test\TestCase\CreateCmsPageEntityTest" />
13
+ </allow >
14
+ </rule >
15
+ </config >
You can’t perform that action at this time.
0 commit comments