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 be38d3e commit 63125abCopy full SHA for 63125ab
app/code/Magento/Swatches/Test/Unit/Block/Adminhtml/Attribute/Edit/Options/TextTest.php
@@ -58,7 +58,7 @@ public function testGetJsonConfigDataSet1()
58
*/
59
public function testGetJsonConfigDataSet2()
60
{
61
- $testCase1 = [
+ $testCase2 = [
62
'dataSet' => [
63
'read_only' => false,
64
'can_manage_option_default_only' => false,
@@ -72,7 +72,7 @@ public function testGetJsonConfigDataSet2()
72
73
];
74
75
- $this->executeTest($testCase1);
+ $this->executeTest($testCase2);
76
}
77
78
/**
0 commit comments