aboutsummaryrefslogtreecommitdiffstats
path: root/tests/config/db_text_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config/db_text_test.php')
-rw-r--r--tests/config/db_text_test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/config/db_text_test.php b/tests/config/db_text_test.php
index ed5b6e7327..59730edf09 100644
--- a/tests/config/db_text_test.php
+++ b/tests/config/db_text_test.php
@@ -95,6 +95,8 @@ class phpbb_config_db_text_test extends phpbb_database_test_case
'baby' => 'phpBB',
// Entry update
'bar' => '64',
+ // Entry update - same value
+ 'foo' => '23',
);
$this->config_text->set_array($set_array_param);