mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
[ticket/11492] Do not add the user again
PHPBB3-11492
This commit is contained in:
@@ -44,7 +44,6 @@ class phpbb_functional_memberlist_test extends phpbb_functional_test_case
|
|||||||
public function test_leaders()
|
public function test_leaders()
|
||||||
{
|
{
|
||||||
$this->login();
|
$this->login();
|
||||||
$this->create_user('memberlist-test-user');
|
|
||||||
$this->create_user('memberlist-test-moderator');
|
$this->create_user('memberlist-test-moderator');
|
||||||
|
|
||||||
// Admin should be listed, user not
|
// Admin should be listed, user not
|
||||||
|
Reference in New Issue
Block a user