@@ -682,10 +682,10 @@ public function changesDataProvider()
682682 $ pathToFixtures . '/test-action-group-ref-changed/source-code-before ' ,
683683 $ pathToFixtures . '/test-action-group-ref-changed/source-code-after ' ,
684684 [
685- 'Mftf (MAJOR ) ' ,
685+ 'Mftf (MINOR ) ' ,
686686 'Test/SampleTest/key2/ref | <test> <actionGroup> ref was changed | M241 '
687687 ],
688- 'Major change is detected. '
688+ 'Minor change is detected. '
689689 ],
690690 'suite-added ' => [
691691 $ pathToFixtures . '/suite-added/source-code-before ' ,
@@ -745,10 +745,10 @@ public function changesDataProvider()
745745 $ pathToFixtures . '/suite-after-action-group-ref-changed/source-code-before ' ,
746746 $ pathToFixtures . '/suite-after-action-group-ref-changed/source-code-after ' ,
747747 [
748- 'Mftf (MAJOR ) ' ,
748+ 'Mftf (MINOR ) ' ,
749749 'Suite/SampleSuite/after/z/ref | <suite> <before/after> <actionGroup> ref was changed | M417 '
750750 ],
751- 'Major change is detected. '
751+ 'Minor change is detected. '
752752 ],
753753 'suite-after-action-sequence-changed ' => [
754754 $ pathToFixtures . '/suite-after-action-sequence-changed/source-code-before ' ,
@@ -799,10 +799,10 @@ public function changesDataProvider()
799799 $ pathToFixtures . '/suite-before-action-group-ref-changed/source-code-before ' ,
800800 $ pathToFixtures . '/suite-before-action-group-ref-changed/source-code-after ' ,
801801 [
802- 'Mftf (MAJOR ) ' ,
802+ 'Mftf (MINOR ) ' ,
803803 'Suite/SampleSuite/before/c/ref | <suite> <before/after> <actionGroup> ref was changed | M417 '
804804 ],
805- 'Major change is detected. '
805+ 'Minor change is detected. '
806806 ],
807807 'suite-before-action-sequence-changed ' => [
808808 $ pathToFixtures . '/suite-before-action-sequence-changed/source-code-before ' ,
0 commit comments