Skip to content

Commit f4c11d5

Browse files
author
Yevhen Miroshnychenko
committed
MAGETWO-64556: Configuration management - Hide sensitive values from config:show command
1 parent 1d674e5 commit f4c11d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Config/Test/Unit/Console/Command/ConfigShow/ValueProcessorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ protected function setUp()
7474
* @param string $expectsValue
7575
* @param string $className
7676
* @dataProvider processDataProvider
77+
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
7778
*/
7879
public function testProcess(
7980
$hasBackendModel,
@@ -87,8 +88,7 @@ public function testProcess(
8788
$expectsAfterLoad,
8889
$expectsValue,
8990
$className
90-
)
91-
{
91+
) {
9292
$scope = 'someScope';
9393
$scopeCode = 'someScopeCode';
9494
$value = 'someValue';

0 commit comments

Comments
 (0)