@@ -100,6 +100,15 @@ public function changesDataProvider()
100100 ],
101101 'Minor change is detected. '
102102 ],
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+ ],
103112 'actionGroup-argument-changed ' => [
104113 $ pathToFixtures . '/actionGroup-argument-changed/source-code-before ' ,
105114 $ pathToFixtures . '/actionGroup-argument-changed/source-code-after ' ,
@@ -181,6 +190,15 @@ public function changesDataProvider()
181190 ],
182191 'Minor change is detected. '
183192 ],
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+ ],
184202 'data-array-removed ' => [
185203 $ pathToFixtures . '/data-array-removed/source-code-before ' ,
186204 $ pathToFixtures . '/data-array-removed/source-code-after ' ,
@@ -276,7 +294,16 @@ public function changesDataProvider()
276294 $ pathToFixtures . '/metadata-added/source-code-after ' ,
277295 [
278296 '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 '
280307 ],
281308 'Minor change is detected. '
282309 ],
@@ -379,6 +406,15 @@ public function changesDataProvider()
379406 ],
380407 'Minor change is detected. '
381408 ],
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+ ],
382418 'page-section-removed ' => [
383419 $ pathToFixtures . '/page-section-removed/source-code-before ' ,
384420 $ pathToFixtures . '/page-section-removed/source-code-after ' ,
@@ -415,6 +451,15 @@ public function changesDataProvider()
415451 ],
416452 'Minor change is detected. '
417453 ],
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+ ],
418463 'section-element-removed ' => [
419464 $ pathToFixtures . '/section-element-removed/source-code-before ' ,
420465 $ pathToFixtures . '/section-element-removed/source-code-after ' ,
@@ -487,6 +532,15 @@ public function changesDataProvider()
487532 ],
488533 'Minor change is detected. '
489534 ],
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+ ],
490544 'test-action-changed ' => [
491545 $ pathToFixtures . '/test-action-changed/source-code-before ' ,
492546 $ pathToFixtures . '/test-action-changed/source-code-after ' ,
@@ -640,6 +694,15 @@ public function changesDataProvider()
640694 ],
641695 'Minor change is detected. '
642696 ],
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+ ],
643706 'suite-removed ' => [
644707 $ pathToFixtures . '/suite-removed/source-code-before ' ,
645708 $ pathToFixtures . '/suite-removed/source-code-after ' ,
0 commit comments