File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
dev/tests/integration/framework
tests/unit/testsuite/Magento/Test Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class Application
2727 /**
2828 * Default application area.
2929 */
30- const DEFAULT_APP_AREA = 'global ' ;
30+ public const DEFAULT_APP_AREA = 'global ' ;
3131
3232 /**
3333 * DB vendor adapter instance.
Original file line number Diff line number Diff line change @@ -183,14 +183,16 @@ public function installDataProvider()
183183 $ installShellCommandExpectation = [
184184 PHP_BINARY . ' -f %s setup:install -vvv ' .
185185 '--db-host=%s --db-user=%s --db-password=%s --db-name=%s --db-prefix=%s ' .
186- '--magento-init-params=%s ' ,
186+ '--use-secure=%s --use-secure-admin=%s -- magento-init-params=%s ' ,
187187 [
188188 BP . '/bin/magento ' ,
189189 '/tmp/mysql.sock ' ,
190190 'root ' ,
191191 '' ,
192192 'magento_integration_tests ' ,
193193 '' ,
194+ '0 ' ,
195+ '0 ' ,
194196 $ this ->getInitParamsQuery (sys_get_temp_dir ()),
195197 ]
196198 ];
You can’t perform that action at this time.
0 commit comments