mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue