File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
dev/tests/setup-integration
_files/Magento/TestSetupDeclarationModule4/fixture
setup/src/Magento/Setup/Console/Command Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
return [
7
7
[
8
- 'page_id ' => 1 ,
8
+ 'page_id ' => ' 1 ' ,
9
9
'email ' => '1@gmail.com ' ,
10
10
'title ' => 'Title1 '
11
11
],
12
12
[
13
- 'page_id ' => 2 ,
13
+ 'page_id ' => ' 2 ' ,
14
14
'email ' => '2@gmail.com ' ,
15
15
'title ' => 'Title2 '
16
16
],
17
17
[
18
- 'page_id ' => 3 ,
18
+ 'page_id ' => ' 3 ' ,
19
19
'email ' => '3@gmail.com ' ,
20
20
'title ' => 'Title3 '
21
21
],
22
22
[
23
- 'page_id ' => 4 ,
23
+ 'page_id ' => ' 4 ' ,
24
24
'email ' => '4@gmail.com ' ,
25
25
'title ' => 'Title4 '
26
26
]
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function testInstallation()
69
69
);
70
70
$ this ->cliCommad ->upgrade (
71
71
[
72
- '-- safe-mode ' => true ,
72
+ 'safe-mode ' => '' ,
73
73
]
74
74
);
75
75
//Move new db_schema.xml with restored title field
@@ -81,7 +81,7 @@ public function testInstallation()
81
81
);
82
82
$ this ->cliCommad ->upgrade (
83
83
[
84
- '-- data-restore ' => true ,
84
+ 'data-restore ' => '' ,
85
85
]
86
86
);
87
87
$ testTableSelect = $ adapter ->select ()->from ($ testTableName );
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ class InstallCommand extends AbstractSetupCommand
48
48
const INPUT_KEY_ENABLE_MODULES = 'enable_modules ' ;
49
49
50
50
/**
51
+ * List of comma-separated module names. That must be avoided during installation.
51
52
* List of comma-separated module names. That must be avoided during installation.
52
53
* Avaiable magic param all.
53
54
*/
You can’t perform that action at this time.
0 commit comments