1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11620] Added a test for checking if users are banned

PHPBB3-11620
This commit is contained in:
asperous
2013-07-12 09:54:38 -07:00
committed by Andy Chase
parent 016faad668
commit d533e8807c
3 changed files with 121 additions and 0 deletions

View File

@@ -58,5 +58,9 @@ class phpbb_mock_session_testable extends phpbb_session
}
}
}
public function setup()
{
}
}