We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d674e5 commit f4c11d5Copy full SHA for f4c11d5
app/code/Magento/Config/Test/Unit/Console/Command/ConfigShow/ValueProcessorTest.php
@@ -74,6 +74,7 @@ protected function setUp()
74
* @param string $expectsValue
75
* @param string $className
76
* @dataProvider processDataProvider
77
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
78
*/
79
public function testProcess(
80
$hasBackendModel,
@@ -87,8 +88,7 @@ public function testProcess(
87
88
$expectsAfterLoad,
89
$expectsValue,
90
$className
- )
91
- {
+ ) {
92
$scope = 'someScope';
93
$scopeCode = 'someScopeCode';
94
$value = 'someValue';
0 commit comments