File tree 1 file changed +2
-2
lines changed
dev/tests/unit/Magento/FunctionalTestFramework/Util
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class ClassFileNameCheckTest extends MagentoTestCase
16
16
/**
17
17
* This Test checks if the file name is renamed to match the class name if mismatch found in class and file name
18
18
*/
19
- public function testClasAndFileMismatchStaticCheckWhenViolationsFound ()
19
+ public function testClassAndFileMismatchStaticCheckWhenViolationsFound ()
20
20
{
21
21
$ scriptUtil = new ScriptUtil ();
22
22
$ modulePaths = $ scriptUtil ->getAllModulePaths ();
@@ -30,7 +30,7 @@ public function testClasAndFileMismatchStaticCheckWhenViolationsFound()
30
30
* This Test checks if the file name is renamed to match the class name if
31
31
* mismatch not found in class and file name
32
32
*/
33
- public function testClasAndFileMismatchStaticCheckWhenViolationsNotFound ()
33
+ public function testClassAndFileMismatchStaticCheckWhenViolationsNotFound ()
34
34
{
35
35
$ scriptUtil = new ScriptUtil ();
36
36
$ modulePaths = $ scriptUtil ->getAllModulePaths ();
You can’t perform that action at this time.
0 commit comments