Fix tests after e28bc2d8f6
Ref: e28bc2d8f6
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
655c5e1541
commit
420485a41b
@ -238,7 +238,7 @@ class AddFieldControllerTest extends AbstractTestCase
|
||||
'is_virtual_columns_supported' => true,
|
||||
'is_integers_length_restricted' => false,
|
||||
'browse_mime' => true,
|
||||
'supports_stored_keyword' => false,
|
||||
'supports_stored_keyword' => true,
|
||||
'server_version' => $dbi->getVersion(),
|
||||
'max_rows' => 25,
|
||||
'char_editing' => 'input',
|
||||
|
||||
@ -233,7 +233,7 @@ class CreateControllerTest extends AbstractTestCase
|
||||
'is_virtual_columns_supported' => true,
|
||||
'is_integers_length_restricted' => false,
|
||||
'browse_mime' => true,
|
||||
'supports_stored_keyword' => false,
|
||||
'supports_stored_keyword' => true,
|
||||
'server_version' => $dbi->getVersion(),
|
||||
'max_rows' => 25,
|
||||
'char_editing' => 'input',
|
||||
|
||||
@ -191,7 +191,7 @@ SQL;
|
||||
'is_virtual_columns_supported' => true,
|
||||
'is_integers_length_restricted' => false,
|
||||
'browse_mime' => true,
|
||||
'supports_stored_keyword' => false,
|
||||
'supports_stored_keyword' => true,
|
||||
'server_version' => $dbi->getVersion(),
|
||||
'max_rows' => 25,
|
||||
'char_editing' => 'input',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user