File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/unit/Magento/FunctionalTestFramework/Util Expand file tree Collapse file tree 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
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 ();
You can’t perform that action at this time.
0 commit comments