Skip to content

Commit 8d81d0f

Browse files
committed
MAGETWO-88409: Builds stabilization for PR
1 parent 40e2c45 commit 8d81d0f

File tree

11 files changed

+18
-19
lines changed

11 files changed

+18
-19
lines changed

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule5/etc/db_schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:noNamespaceSchemaLocation="urn:magento:setup:Model/Declaration/Schema/etc/schema.xsd">
9+
xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
1010
<table name="reference_table" resource="default">
1111
<column xsi:type="tinyint" name="tinyint_ref" padding="7" nullable="false" identity="true" unsigned="false"/>
1212
<column xsi:type="int" name="some_integer" default="0" nullable="false" unsigned="false"/>

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule5/revisions/patches/SomePatch.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
namespace Magento\TestSetupDeclarationModule5\Setup\Patch\Data;
77

88
use Magento\Framework\App\ResourceConnection;
9-
use Magento\Setup\Model\Patch\DataPatchInterface;
10-
use Magento\Setup\Model\Patch\PatchRevertableInterface;
11-
use Magento\Setup\Model\Patch\PatchVersionInterface;
9+
use Magento\Framework\Setup\Patch\DataPatchInterface;
10+
use Magento\Framework\Setup\Patch\PatchRevertableInterface;
11+
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1212

1313
/**
1414
* Class SomePatch

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule5/revisions/patches/SomeSkippedPatch.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
namespace Magento\TestSetupDeclarationModule5\Setup\Patch\Data;
77

88
use Magento\Framework\App\ResourceConnection;
9-
use Magento\Setup\Model\Patch\DataPatchInterface;
10-
use Magento\Setup\Model\Patch\PatchRevertableInterface;
11-
use Magento\Setup\Model\Patch\PatchVersionInterface;
9+
use Magento\Framework\Setup\Patch\DataPatchInterface;
10+
use Magento\Framework\Setup\Patch\PatchRevertableInterface;
11+
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1212

1313
/**
1414
* Class SomePatch

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule6/etc/db_schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:noNamespaceSchemaLocation="urn:magento:setup:Model/Declaration/Schema/etc/schema.xsd">
9+
xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
1010
<table name="reference_table" resource="sales">
1111
<column xsi:type="tinyint" name="tinyint_ref" padding="7" nullable="false" identity="true" unsigned="false"/>
1212
<column xsi:type="tinyint" name="tinyint_without_padding" default="0" nullable="false" unsigned="false"/>

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule7/revisions/swap_with_declaration/SomePatch.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
namespace Magento\TestSetupDeclarationModule7\Setup\Patch\Data;
77

88
use Magento\Framework\App\ResourceConnection;
9-
use Magento\Setup\Model\Patch\DataPatchInterface;
10-
use Magento\Setup\Model\Patch\PatchRevertableInterface;
11-
use Magento\Setup\Model\Patch\PatchVersionInterface;
9+
use Magento\Framework\Setup\Patch\DataPatchInterface;
10+
use Magento\Framework\Setup\Patch\PatchRevertableInterface;
11+
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1212

1313
/**
1414
* Class SomePatch

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule7/revisions/swap_with_declaration/SomeSkippedPatch.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
namespace Magento\TestSetupDeclarationModule7\Setup\Patch\Data;
77

88
use Magento\Framework\App\ResourceConnection;
9-
use Magento\Setup\Model\Patch\DataPatchInterface;
10-
use Magento\Setup\Model\Patch\PatchRevertableInterface;
11-
use Magento\Setup\Model\Patch\PatchVersionInterface;
9+
use Magento\Framework\Setup\Patch\DataPatchInterface;
10+
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1211

1312
/**
1413
* Class SomePatch

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule7/revisions/swap_with_declaration/db_schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:noNamespaceSchemaLocation="urn:magento:setup:Model/Declaration/Schema/etc/schema.xsd">
9+
xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
1010
<table name="test_table">
1111
<column xsi:type="float" name="float" default="35" />
1212
</table>

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule7/revisions/us_to_us/module.xml renamed to dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule7/revisions/swap_with_declaration/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_TestSetupDeclarationModule7" setup_version="2.0.3">
9+
<module name="Magento_TestSetupDeclarationModule7" setup_version="2.0.1">
1010
<sequence>
1111
<module name="Magento_TestSetupDeclarationModule6" />
1212
</sequence>

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule8/revisions/incosistence_reference_definition/db_schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:noNamespaceSchemaLocation="urn:magento:setup:Model/Declaration/Schema/etc/schema.xsd">
9+
xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
1010
<table name="test_table" resource="default" comment="Test Table">
1111
<column xsi:type="int" name="page_id" nullable="false" unsigned="false" identity="true"/>
1212
<constraint xsi:type="primary" name="PRIMARY">

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule8/revisions/invalid_auto_increment/db_schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:noNamespaceSchemaLocation="urn:magento:setup:Model/Declaration/Schema/etc/schema.xsd">
9+
xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
1010
<table name="test_table" resource="default" comment="Test Table">
1111
<column xsi:type="int" name="page_id" nullable="false" identity="true" />
1212
</table>

0 commit comments

Comments
 (0)