Skip to content

Commit 18ed620

Browse files
committed
Update tests.
1 parent 4b7669c commit 18ed620

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/framework/db/mysql/SchemaTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,13 @@ public function getExpectedColumns()
228228
]
229229
);
230230

231+
$columns['bool_col']['type'] = 'boolean';
232+
$columns['bool_col']['phpType'] = 'boolean';
233+
$columns['bool_col2']['type'] = 'boolean';
234+
$columns['bool_col2']['phpType'] = 'boolean';
235+
231236
if (version_compare($version, '5.7', '<')) {
232237
$columns['int_col3']['phpType'] = 'string';
233-
234238
$columns['json_col']['type'] = 'text';
235239
$columns['json_col']['dbType'] = 'longtext';
236240
$columns['json_col']['phpType'] = 'string';

0 commit comments

Comments
 (0)