|
53 | 53 | </dataSet>
|
54 | 54 | </method>
|
55 | 55 | </test>
|
| 56 | + <test class="Magento\TestModuleOverrideConfig\Inheritance\Fixtures\FixturesInterface"> |
| 57 | + <magentoAdminConfigFixture path="test_section/test_group/field_1" value="overridden config fixture value for class"/> |
| 58 | + <magentoConfigFixture scopeType="store" scopeCode="current" path="test_section/test_group/field_1" value="overridden config fixture value for class"/> |
| 59 | + <magentoDataFixture path="Magento/TestModuleOverrideConfig/_files/fixture1_first_module.php"/> |
| 60 | + <magentoDataFixtureBeforeTransaction path="Magento/TestModuleOverrideConfig/_files/fixture1_first_module.php"/> |
| 61 | + <method name="testInterfaceInheritance"> |
| 62 | + <magentoAdminConfigFixture path="test_section/test_group/field_2" newValue="overridden config fixture value for method"/> |
| 63 | + <magentoConfigFixture scopeType="store" scopeCode="current" path="test_section/test_group/field_2" newValue="overridden config fixture value for method"/> |
| 64 | + <magentoDataFixture path="Magento/TestModuleOverrideConfig/_files/fixture2_first_module.php" newPath="Magento/TestModuleOverrideConfig2/_files/fixture2_second_module.php" /> |
| 65 | + <magentoDataFixture path="Magento/TestModuleOverrideConfig/_files/fixture2_first_module_rollback.php" newPath="Magento/TestModuleOverrideConfig2/_files/fixture2_second_module_rollback.php" /> |
| 66 | + <magentoDataFixtureBeforeTransaction path="Magento/TestModuleOverrideConfig/_files/fixture2_first_module.php" newPath="Magento/TestModuleOverrideConfig2/_files/fixture2_second_module.php" /> |
| 67 | + <magentoDataFixtureBeforeTransaction path="Magento/TestModuleOverrideConfig/_files/fixture2_first_module_rollback.php" newPath="Magento/TestModuleOverrideConfig2/_files/fixture2_second_module_rollback.php" /> |
| 68 | + <dataSet name="second_data_set"> |
| 69 | + <magentoAdminConfigFixture path="test_section/test_group/field_3" remove="true"/> |
| 70 | + <magentoConfigFixture scopeType="store" scopeCode="current" path="test_section/test_group/field_3" remove="true"/> |
| 71 | + <magentoDataFixture path="Magento/TestModuleOverrideConfig/_files/fixture3_first_module.php" remove="true"/> |
| 72 | + <magentoDataFixtureBeforeTransaction path="Magento/TestModuleOverrideConfig/_files/fixture3_first_module.php" remove="true"/> |
| 73 | + </dataSet> |
| 74 | + </method> |
| 75 | + </test> |
| 76 | + <test class="Magento\TestModuleOverrideConfig\Inheritance\Fixtures\FixturesAbstractClass"> |
| 77 | + <method name="testAbstractInheritance"> |
| 78 | + <magentoAdminConfigFixture path="test_section/test_group/field_2" remove="true"/> |
| 79 | + <magentoConfigFixture scopeType="store" scopeCode="current" path="test_section/test_group/field_2" remove="true"/> |
| 80 | + <magentoDataFixture path="Magento/TestModuleOverrideConfig/_files/fixture2_first_module.php" remove="true"/> |
| 81 | + <magentoDataFixtureBeforeTransaction path="Magento/TestModuleOverrideConfig/_files/fixture2_first_module.php" remove="true"/> |
| 82 | + <dataSet name="first_data_set"> |
| 83 | + <magentoAdminConfigFixture path="test_section/test_group/field_3" value="overridden config fixture value for data set from abstract"/> |
| 84 | + <magentoConfigFixture scopeType="store" scopeCode="current" path="test_section/test_group/field_3" value="overridden config fixture value for data set from abstract"/> |
| 85 | + <magentoDataFixture path="Magento/TestModuleOverrideConfig/_files/fixture3_first_module.php"/> |
| 86 | + <magentoDataFixtureBeforeTransaction path="Magento/TestModuleOverrideConfig/_files/fixture3_first_module.php"/> |
| 87 | + </dataSet> |
| 88 | + <dataSet name="second_data_set"> |
| 89 | + <magentoAdminConfigFixture path="test_section/test_group/field_1" newValue="overridden config fixture value for data set from abstract"/> |
| 90 | + <magentoConfigFixture scopeType="store" scopeCode="current" path="test_section/test_group/field_1" newValue="overridden config fixture value for data set from abstract"/> |
| 91 | + <magentoDataFixture path="Magento/TestModuleOverrideConfig/_files/fixture1_first_module.php" newPath="Magento/TestModuleOverrideConfig2/_files/fixture1_second_module.php" /> |
| 92 | + <magentoDataFixture path="Magento/TestModuleOverrideConfig/_files/fixture1_first_module_rollback.php" newPath="Magento/TestModuleOverrideConfig2/_files/fixture1_second_module_rollback.php" /> |
| 93 | + <magentoDataFixtureBeforeTransaction path="Magento/TestModuleOverrideConfig/_files/fixture1_first_module.php" newPath="Magento/TestModuleOverrideConfig2/_files/fixture1_second_module.php" /> |
| 94 | + <magentoDataFixtureBeforeTransaction path="Magento/TestModuleOverrideConfig/_files/fixture1_first_module_rollback.php" newPath="Magento/TestModuleOverrideConfig2/_files/fixture1_second_module_rollback.php" /> |
| 95 | + </dataSet> |
| 96 | + </method> |
| 97 | + </test> |
| 98 | + <test class="Magento\TestModuleOverrideConfig\Inheritance\Skip\SkipAbstractClass"> |
| 99 | + <method name="testAbstractSkip" skip="true"/> |
| 100 | + <method name="testSkipDataSet"> |
| 101 | + <dataSet name="first_data_set" skip="true"/> |
| 102 | + </method> |
| 103 | + </test> |
| 104 | + <test class="Magento\TestModuleOverrideConfig\Inheritance\Skip\SkipInterface"> |
| 105 | + <method name="testInterfaceSkip" skip="true"/> |
| 106 | + <method name="testSkipDataSet"> |
| 107 | + <dataSet name="second_data_set" skip="true"/> |
| 108 | + </method> |
| 109 | + </test> |
56 | 110 | </overrides>
|
0 commit comments