Skip to content

Commit 25e1c1e

Browse files
committed
Fix static test
1 parent febe51c commit 25e1c1e

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Variable/Test/Unit/Model/Variable

1 file changed

+2
-2
lines changed

app/code/Magento/Variable/Test/Unit/Model/Variable/DataTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function setUp()
5858
}
5959

6060
/**
61-
* @covers VariableDataModel::getDefaultVariables
61+
* Test getDefaultVariables() function
6262
*/
6363
public function testGetDefaultVariables()
6464
{
@@ -92,7 +92,7 @@ public function testGetDefaultVariables()
9292
}
9393

9494
/**
95-
* @covers VariableDataModel::getCustomVariables
95+
* Test getCustomVariables() function
9696
*/
9797
public function testGetCustomVariables()
9898
{

0 commit comments

Comments
 (0)