Skip to content

Commit 0d08de8

Browse files
committed
ACQE-6085 : Static check for class and file name mismatch
- Typo fix
1 parent b6f961c commit 0d08de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: dev/tests/unit/Magento/FunctionalTestFramework/Util/ClassFileNameCheckTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ClassFileNameCheckTest extends MagentoTestCase
1616
/**
1717
* This Test checks if the file name is renamed to match the class name if mismatch found in class and file name
1818
*/
19-
public function testClasAndFileMismatchStaticCheckWhenViolationsFound()
19+
public function testClassAndFileMismatchStaticCheckWhenViolationsFound()
2020
{
2121
$scriptUtil = new ScriptUtil();
2222
$modulePaths = $scriptUtil->getAllModulePaths();
@@ -30,7 +30,7 @@ public function testClasAndFileMismatchStaticCheckWhenViolationsFound()
3030
* This Test checks if the file name is renamed to match the class name if
3131
* mismatch not found in class and file name
3232
*/
33-
public function testClasAndFileMismatchStaticCheckWhenViolationsNotFound()
33+
public function testClassAndFileMismatchStaticCheckWhenViolationsNotFound()
3434
{
3535
$scriptUtil = new ScriptUtil();
3636
$modulePaths = $scriptUtil->getAllModulePaths();

0 commit comments

Comments
 (0)