Skip to content

Commit 2813ffa

Browse files
committed
[SVC] Adding a new public method to API class should be a minor change, but not a patch
1 parent 160d24b commit 2813ffa

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)