Skip to content

Commit 361fb0e

Browse files
committed
Merge remote-tracking branch 'origin/AC-13469' into Hammer-PlatformHealth-30sep24
2 parents f768839 + 2813ffa commit 361fb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/Unit/Console/Command/CompareSourceCommandApiClassesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ public static function changesDataProvider()
5959
$pathToFixtures . '/new-method/source-code-before',
6060
$pathToFixtures . '/new-method/source-code-after',
6161
[
62-
'Class (PATCH)',
62+
'Class (MINOR)',
6363
'Test\Vcs\TestClass::testMethod | [public] Method has been added. | V015'
6464
],
65-
'Patch change is detected.'
65+
'Minor change is detected.'
6666
],
6767
'api-class-removed-class' => [
6868
$pathToFixtures . '/removed-class/source-code-before',

0 commit comments

Comments
 (0)