We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f768839 + 2813ffa commit 361fb0eCopy full SHA for 361fb0e
dev/tests/Unit/Console/Command/CompareSourceCommandApiClassesTest.php
@@ -59,10 +59,10 @@ public static function changesDataProvider()
59
$pathToFixtures . '/new-method/source-code-before',
60
$pathToFixtures . '/new-method/source-code-after',
61
[
62
- 'Class (PATCH)',
+ 'Class (MINOR)',
63
'Test\Vcs\TestClass::testMethod | [public] Method has been added. | V015'
64
],
65
- 'Patch change is detected.'
+ 'Minor change is detected.'
66
67
'api-class-removed-class' => [
68
$pathToFixtures . '/removed-class/source-code-before',
0 commit comments