mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/12570] Add a test for set_array() and updating with the same value
PHPBB3-12570
This commit is contained in:
@@ -95,6 +95,8 @@ class phpbb_config_db_text_test extends phpbb_database_test_case
|
|||||||
'baby' => 'phpBB',
|
'baby' => 'phpBB',
|
||||||
// Entry update
|
// Entry update
|
||||||
'bar' => '64',
|
'bar' => '64',
|
||||||
|
// Entry update - same value
|
||||||
|
'foo' => '23',
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->config_text->set_array($set_array_param);
|
$this->config_text->set_array($set_array_param);
|
||||||
|
Reference in New Issue
Block a user