Skip to content

Commit f061c73

Browse files
committed
MAGETWO-87577: Build Stabilization
Remove setup_version (backwards-incompatible change with declarative schema)
1 parent 359ab80 commit f061c73

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/_files/Magento/TestModuleWysiwygConfig/etc

1 file changed

+1
-1
lines changed

dev/tests/integration/_files/Magento/TestModuleWysiwygConfig/etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9-
<module name="Magento_TestModuleWysiwygConfig" setup_version="0.0.1" active="true">
9+
<module name="Magento_TestModuleWysiwygConfig" active="true">
1010
<sequence>
1111
<module name="Magento_Cms"/>
1212
</sequence>

0 commit comments

Comments
 (0)