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:
parent
d87dba3b05
commit
adc62684f0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user