Skip to content

Commit 5a8080e

Browse files
committed
Fix unit test that failed to fallback to expected MySQL context correctly since MySQL 9.0.
1 parent 7d7483f commit 5a8080e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Lexer/ContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static function contextLoadingProvider(): array
6565
'MySql50700',
6666
],
6767
'MySQL fallback' => [
68-
'MySql99999',
68+
'MySql9897969594',
6969
'MySql50700',
7070
],
7171
'MariaDB match' => [

0 commit comments

Comments
 (0)