Skip to content

Commit 90b5f9d

Browse files
committed
MAGETWO-66322: Dump env-specific and sensitive variables to env config file
1 parent 7ac1826 commit 90b5f9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/ApplicationDumpCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ public function testExecute()
141141
'Sensitive data can be stored in the following environment variables:',
142142
'CONFIG__DEFAULT__WEB__TEST__TEST_SENSITIVE for web/test/test_sensitive',
143143
'CONFIG__DEFAULT__WEB__TEST__TEST_SENSITIVE3 for web/test/test_sensitive3',
144+
'CONFIG__DEFAULT__WEB__TEST__TEST_SENSITIVE_ENVIRONMENT4 for web/test/test_sensitive_environment4',
144145
'CONFIG__DEFAULT__WEB__TEST__TEST_SENSITIVE_ENVIRONMENT5 for web/test/test_sensitive_environment5'
145146
]);
146147
$outputMock = $this->getMock(OutputInterface::class);

0 commit comments

Comments
 (0)