1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/10889] Make default value for c_char_size a CHAR(4) as defined.

PHPBB3-10889
This commit is contained in:
Andreas Fischer 2012-04-10 02:41:33 +02:00
parent e6791e376d
commit e5afe39987

View File

@ -106,7 +106,7 @@ class phpbb_dbal_db_tools_test extends phpbb_database_test_case
'c_bool' => 0,
'c_vchar' => '',
'c_vchar_size' => '',
'c_char_size' => '',
'c_char_size' => 'abcd',
'c_xstext' => '',
'c_stext' => '',
'c_text' => '',