@@ -682,10 +682,10 @@ public function changesDataProvider()
682
682
$ pathToFixtures . '/test-action-group-ref-changed/source-code-before ' ,
683
683
$ pathToFixtures . '/test-action-group-ref-changed/source-code-after ' ,
684
684
[
685
- 'Mftf (MAJOR ) ' ,
685
+ 'Mftf (MINOR ) ' ,
686
686
'Test/SampleTest/key2/ref | <test> <actionGroup> ref was changed | M241 '
687
687
],
688
- 'Major change is detected. '
688
+ 'Minor change is detected. '
689
689
],
690
690
'suite-added ' => [
691
691
$ pathToFixtures . '/suite-added/source-code-before ' ,
@@ -745,10 +745,10 @@ public function changesDataProvider()
745
745
$ pathToFixtures . '/suite-after-action-group-ref-changed/source-code-before ' ,
746
746
$ pathToFixtures . '/suite-after-action-group-ref-changed/source-code-after ' ,
747
747
[
748
- 'Mftf (MAJOR ) ' ,
748
+ 'Mftf (MINOR ) ' ,
749
749
'Suite/SampleSuite/after/z/ref | <suite> <before/after> <actionGroup> ref was changed | M417 '
750
750
],
751
- 'Major change is detected. '
751
+ 'Minor change is detected. '
752
752
],
753
753
'suite-after-action-sequence-changed ' => [
754
754
$ pathToFixtures . '/suite-after-action-sequence-changed/source-code-before ' ,
@@ -799,10 +799,10 @@ public function changesDataProvider()
799
799
$ pathToFixtures . '/suite-before-action-group-ref-changed/source-code-before ' ,
800
800
$ pathToFixtures . '/suite-before-action-group-ref-changed/source-code-after ' ,
801
801
[
802
- 'Mftf (MAJOR ) ' ,
802
+ 'Mftf (MINOR ) ' ,
803
803
'Suite/SampleSuite/before/c/ref | <suite> <before/after> <actionGroup> ref was changed | M417 '
804
804
],
805
- 'Major change is detected. '
805
+ 'Minor change is detected. '
806
806
],
807
807
'suite-before-action-sequence-changed ' => [
808
808
$ pathToFixtures . '/suite-before-action-sequence-changed/source-code-before ' ,
0 commit comments