1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-20 07:42:09 +02:00

[ticket/12570] Add a test for set_array() and updating with the same value

PHPBB3-12570
This commit is contained in:
Joas Schilling 2014-05-23 16:17:20 +02:00
parent d87dba3b05
commit adc62684f0

View File

@ -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);