Skip to content

Commit 38f349d

Browse files
committed
AC-7469:MySQL Support
1 parent d47c991 commit 38f349d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule1/fixture/declarative_installer/constraint_modification.mysql829.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
// @codingStandardsIgnoreFile
79
return [
810
'auto_increment_test' => 'CREATE TABLE `auto_increment_test` (

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule1/fixture/declarative_installer/table_removal.mysql829.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
return [
79
'auto_increment_test' => 'CREATE TABLE `auto_increment_test` (
810
`int_auto_increment_with_nullable` int unsigned NOT NULL AUTO_INCREMENT,

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule2/fixture/shards.mysql829.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
return [
79
'test_table_one' => 'CREATE TABLE `test_table_one` (
810
`smallint` smallint NOT NULL AUTO_INCREMENT,

0 commit comments

Comments
 (0)