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.
1 parent f25dd04 commit c51258eCopy full SHA for c51258e
1 file changed
tests/VersionParserTest.php
@@ -820,8 +820,8 @@ public function testNormalizeStability()
820
821
$this->assertSame($expectedValue, $result);
822
823
- $stability = 'no-rc';
824
- $expectedValue = $stability;
+ $stability = 'BeTa';
+ $expectedValue = 'beta';
825
$result = $parser->normalizeStability($stability);
826
827
0 commit comments