Skip to content

Commit 4b5a0ca

Browse files
committed
MAGETWO-81030: Schema Validation
- resoving conflicts
1 parent 9d16fe4 commit 4b5a0ca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/etc/di.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,9 +1460,9 @@
14601460
<argument name="rules" xsi:type="array">
14611461
<item name="check_references" xsi:type="object">Magento\Framework\Setup\Declaration\Schema\Declaration\ValidationRules\CheckReferenceColumnHasIndex</item>
14621462
<item name="real_types" xsi:type="object">Magento\Framework\Setup\Declaration\Schema\Declaration\ValidationRules\RealTypes</item>
1463-
<item name="check_primary_key" xsi:type="object">Magento\Setup\Model\Declaration\Schema\Declaration\ValidationRules\PrimaryKeyCanBeCreated</item>
1464-
<item name="inconsistence_references" xsi:type="object">Magento\Setup\Model\Declaration\Schema\Declaration\ValidationRules\IncosistentReferenceDefinition</item>
1465-
<item name="auto_increment_validation" xsi:type="object">Magento\Setup\Model\Declaration\Schema\Declaration\ValidationRules\AutoIncrementColumnValidation</item>
1463+
<item name="check_primary_key" xsi:type="object">Magento\Framework\Setup\Declaration\Schema\Declaration\ValidationRules\PrimaryKeyCanBeCreated</item>
1464+
<item name="inconsistence_references" xsi:type="object">Magento\Framework\Setup\Declaration\Schema\Declaration\ValidationRules\IncosistentReferenceDefinition</item>
1465+
<item name="auto_increment_validation" xsi:type="object">Magento\Framework\Setup\Declaration\Schema\Declaration\ValidationRules\AutoIncrementColumnValidation</item>
14661466
</argument>
14671467
</arguments>
14681468
</type>

dev/tests/setup-integration/testsuite/Magento/Setup/BCMultiModuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
use Magento\Framework\Module\DbVersionInfo;
1010
use Magento\Framework\Module\ModuleResource;
11-
use Magento\Setup\Model\Declaration\Schema\Db\DbSchemaReaderInterface;
11+
use Magento\Framework\Setup\Declaration\Schema\Db\DbSchemaReaderInterface;
1212
use Magento\TestFramework\Deploy\CliCommand;
1313
use Magento\TestFramework\Deploy\TableData;
1414
use Magento\TestFramework\Deploy\TestModuleManager;

dev/tests/setup-integration/testsuite/Magento/Setup/ValidationRulesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace Magento\Setup;
88

9-
use Magento\Setup\Model\Declaration\Schema\SchemaConfig;
9+
use Magento\Framework\Setup\Declaration\Schema\SchemaConfig;
1010
use Magento\TestFramework\Deploy\CliCommand;
1111
use Magento\TestFramework\Deploy\TestModuleManager;
1212
use Magento\TestFramework\Helper\Bootstrap;

0 commit comments

Comments
 (0)