aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-04-10 02:41:33 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-05-11 11:22:49 +0200
commite5afe39987200779df35b55259900ab947ce46d0 (patch)
treec128395e029231c27d32c34316b9f6cf7d93b9e2 /tests/dbal
parente6791e376dcd0e6760a937792c2b16444b5b739d (diff)
downloadforums-e5afe39987200779df35b55259900ab947ce46d0.tar
forums-e5afe39987200779df35b55259900ab947ce46d0.tar.gz
forums-e5afe39987200779df35b55259900ab947ce46d0.tar.bz2
forums-e5afe39987200779df35b55259900ab947ce46d0.tar.xz
forums-e5afe39987200779df35b55259900ab947ce46d0.zip
[ticket/10889] Make default value for c_char_size a CHAR(4) as defined.
PHPBB3-10889
Diffstat (limited to 'tests/dbal')
-rw-r--r--tests/dbal/db_tools_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbal/db_tools_test.php b/tests/dbal/db_tools_test.php
index 516fb9e739..9bed0648cd 100644
--- a/tests/dbal/db_tools_test.php
+++ b/tests/dbal/db_tools_test.php
@@ -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' => '',