@@ -100,6 +100,15 @@ public function changesDataProvider()
100
100
],
101
101
'Minor change is detected. '
102
102
],
103
+ 'new-module-actionGroup-added ' => [
104
+ $ pathToFixtures . '/new-module-actionGroup-added/source-code-before ' ,
105
+ $ pathToFixtures . '/new-module-actionGroup-added/source-code-after ' ,
106
+ [
107
+ 'Mftf (MINOR) ' ,
108
+ 'ActionGroup/ActionGroup2 | <actionGroup> was added | M225 '
109
+ ],
110
+ 'Minor change is detected. '
111
+ ],
103
112
'actionGroup-argument-changed ' => [
104
113
$ pathToFixtures . '/actionGroup-argument-changed/source-code-before ' ,
105
114
$ pathToFixtures . '/actionGroup-argument-changed/source-code-after ' ,
@@ -181,6 +190,15 @@ public function changesDataProvider()
181
190
],
182
191
'Minor change is detected. '
183
192
],
193
+ 'new-module-data-added ' => [
194
+ $ pathToFixtures . '/new-module-data-added/source-code-before ' ,
195
+ $ pathToFixtures . '/new-module-data-added/source-code-after ' ,
196
+ [
197
+ 'Mftf (MINOR) ' ,
198
+ 'Data/DataEntity2 | <entity> was added | M228 '
199
+ ],
200
+ 'Minor change is detected. '
201
+ ],
184
202
'data-array-removed ' => [
185
203
$ pathToFixtures . '/data-array-removed/source-code-before ' ,
186
204
$ pathToFixtures . '/data-array-removed/source-code-after ' ,
@@ -276,7 +294,16 @@ public function changesDataProvider()
276
294
$ pathToFixtures . '/metadata-added/source-code-after ' ,
277
295
[
278
296
'Mftf (MINOR) ' ,
279
- 'ActionGroup/createEntity2 | <operation> was added | M240 '
297
+ 'Metadata/createEntity2 | <operation> was added | M240 '
298
+ ],
299
+ 'Minor change is detected. '
300
+ ],
301
+ 'new-module-metadata-added ' => [
302
+ $ pathToFixtures . '/new-module-metadata-added/source-code-before ' ,
303
+ $ pathToFixtures . '/new-module-metadata-added/source-code-after ' ,
304
+ [
305
+ 'Mftf (MINOR) ' ,
306
+ 'Metadata/createEntity2 | <operation> was added | M240 '
280
307
],
281
308
'Minor change is detected. '
282
309
],
@@ -379,6 +406,15 @@ public function changesDataProvider()
379
406
],
380
407
'Minor change is detected. '
381
408
],
409
+ 'new-module-page-added ' => [
410
+ $ pathToFixtures . '/new-module-page-added/source-code-before ' ,
411
+ $ pathToFixtures . '/new-module-page-added/source-code-after ' ,
412
+ [
413
+ 'Mftf (MINOR) ' ,
414
+ 'Page/SamplePageNew | <page> was added | M233 '
415
+ ],
416
+ 'Minor change is detected. '
417
+ ],
382
418
'page-section-removed ' => [
383
419
$ pathToFixtures . '/page-section-removed/source-code-before ' ,
384
420
$ pathToFixtures . '/page-section-removed/source-code-after ' ,
@@ -415,6 +451,15 @@ public function changesDataProvider()
415
451
],
416
452
'Minor change is detected. '
417
453
],
454
+ 'new-module-section-added ' => [
455
+ $ pathToFixtures . '/new-module-section-added/source-code-before ' ,
456
+ $ pathToFixtures . '/new-module-section-added/source-code-after ' ,
457
+ [
458
+ 'Mftf (MINOR) ' ,
459
+ 'Section/NewSection | <section> was added | M235 '
460
+ ],
461
+ 'Minor change is detected. '
462
+ ],
418
463
'section-element-removed ' => [
419
464
$ pathToFixtures . '/section-element-removed/source-code-before ' ,
420
465
$ pathToFixtures . '/section-element-removed/source-code-after ' ,
@@ -487,6 +532,15 @@ public function changesDataProvider()
487
532
],
488
533
'Minor change is detected. '
489
534
],
535
+ 'new-module-test-added ' => [
536
+ $ pathToFixtures . '/new-module-test-added/source-code-before ' ,
537
+ $ pathToFixtures . '/new-module-test-added/source-code-after ' ,
538
+ [
539
+ 'Mftf (MINOR) ' ,
540
+ 'Test/NewTest | <test> was added | M237 '
541
+ ],
542
+ 'Minor change is detected. '
543
+ ],
490
544
'test-action-changed ' => [
491
545
$ pathToFixtures . '/test-action-changed/source-code-before ' ,
492
546
$ pathToFixtures . '/test-action-changed/source-code-after ' ,
@@ -640,6 +694,15 @@ public function changesDataProvider()
640
694
],
641
695
'Minor change is detected. '
642
696
],
697
+ 'new-module-suite-added ' => [
698
+ $ pathToFixtures . '/new-module-suite-added/source-code-before ' ,
699
+ $ pathToFixtures . '/new-module-suite-added/source-code-after ' ,
700
+ [
701
+ 'Mftf (MINOR) ' ,
702
+ 'Suite/Sample2Suite | <suite> was added | M407 '
703
+ ],
704
+ 'Minor change is detected. '
705
+ ],
643
706
'suite-removed ' => [
644
707
$ pathToFixtures . '/suite-removed/source-code-before ' ,
645
708
$ pathToFixtures . '/suite-removed/source-code-after ' ,
0 commit comments