mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
[ticket/10972] Moved tests into appropriate places and added comments
PHPBB3-10972
This commit is contained in:
@@ -197,6 +197,10 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||
/**
|
||||
* Creates a new user with limited permissions
|
||||
*
|
||||
* Note that creating two users with the same name results in undefined
|
||||
* login behaviour. Always call delete_user after running a test that
|
||||
* requires create_user.
|
||||
*
|
||||
* @param string $username Also doubles up as the user's password
|
||||
*/
|
||||
protected function create_user($username)
|
||||
|
Reference in New Issue
Block a user