mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12056] group_user_attributes: Fix "Creating ... from empty value".
PHPBB3-12056
This commit is contained in:
parent
ffc24a507d
commit
3a03b01ce0
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ class phpbb_functions_user_group_user_attributes_test extends phpbb_database_tes
|
|||
{
|
||||
global $auth, $cache, $db, $phpbb_dispatcher, $user, $phpbb_container, $phpbb_log, $phpbb_root_path, $phpEx;
|
||||
|
||||
$user = new phpbb_mock_user;
|
||||
$user->ip = '';
|
||||
$cache = new phpbb_mock_cache;
|
||||
$db = $this->new_dbal();
|
||||
|
|
Loading…
Add table
Reference in a new issue