We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d7fc0 commit 1ea2fe2Copy full SHA for 1ea2fe2
tests/Database/ResultSet.normalizeRow.mysql.phpt
@@ -79,7 +79,7 @@ Assert::equal([
79
'tinytext' => '',
80
'mediumtext' => '',
81
'longtext' => '',
82
- 'enum' => 'b',
+ 'enum' => 'x',
83
'set' => '',
84
], (array) $res->fetch());
85
0 commit comments