Skip to content

Commit 20a3697

Browse files
committed
MAGETWO-69854: Can't set allowed or default currencies using config:set command
1 parent 46bdc52 commit 20a3697

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/Config/Console/Command/ConfigSetCommandTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,9 @@ public function configSetValidDataProvider()
432432
* @param string|null $scopeCode
433433
*/
434434
private function setConfigSuccess(
435-
$path,
436-
$value,
437-
$scope = ScopeConfigInterface::SCOPE_TYPE_DEFAULT,
435+
$path,
436+
$value,
437+
$scope = ScopeConfigInterface::SCOPE_TYPE_DEFAULT,
438438
$scopeCode = null
439439
) {
440440
$status = $this->setConfig($path, $value, '<info>Value was saved.</info>', $scope, $scopeCode);

0 commit comments

Comments
 (0)