Skip to content

Commit c51258e

Browse files
committed
Fix tests
1 parent f25dd04 commit c51258e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/VersionParserTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,8 +820,8 @@ public function testNormalizeStability()
820820

821821
$this->assertSame($expectedValue, $result);
822822

823-
$stability = 'no-rc';
824-
$expectedValue = $stability;
823+
$stability = 'BeTa';
824+
$expectedValue = 'beta';
825825
$result = $parser->normalizeStability($stability);
826826

827827
$this->assertSame($expectedValue, $result);

0 commit comments

Comments
 (0)