Skip to content

Commit 63125ab

Browse files
committed
Change to correct variable name
1 parent be38d3e commit 63125ab

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Swatches/Test/Unit/Block/Adminhtml/Attribute/Edit/Options

1 file changed

+2
-2
lines changed

app/code/Magento/Swatches/Test/Unit/Block/Adminhtml/Attribute/Edit/Options/TextTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function testGetJsonConfigDataSet1()
5858
*/
5959
public function testGetJsonConfigDataSet2()
6060
{
61-
$testCase1 = [
61+
$testCase2 = [
6262
'dataSet' => [
6363
'read_only' => false,
6464
'can_manage_option_default_only' => false,
@@ -72,7 +72,7 @@ public function testGetJsonConfigDataSet2()
7272

7373
];
7474

75-
$this->executeTest($testCase1);
75+
$this->executeTest($testCase2);
7676
}
7777

7878
/**

0 commit comments

Comments
 (0)