Skip to content

Commit

Permalink
[ticket/12056] group_user_attributes: Fix "Creating ... from empty va…
Browse files Browse the repository at this point in the history
…lue".

PHPBB3-12056
  • Loading branch information
bantu committed Dec 4, 2013
1 parent ffc24a5 commit 3a03b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functions_user/group_user_attributes_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public function test_group_user_attributes($description, $user_id, $group_id, $g
{
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();
Expand Down

0 comments on commit 3a03b01

Please sign in to comment.