diff options
| author | Fyorl <gaelreth@gmail.com> | 2012-07-09 00:24:28 +0100 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-06 22:10:09 -0500 |
| commit | cafc7feca12730fce59091bd7a18fb5c3f7ecdc0 (patch) | |
| tree | 2cf76c23f3c9c4bae26cc7a2e2f3ade5be4dc497 /tests/test_framework/phpbb_functional_test_case.php | |
| parent | 70050020699d9eab9b97bda342e0e928d1591de8 (diff) | |
| download | forums-cafc7feca12730fce59091bd7a18fb5c3f7ecdc0.tar forums-cafc7feca12730fce59091bd7a18fb5c3f7ecdc0.tar.gz forums-cafc7feca12730fce59091bd7a18fb5c3f7ecdc0.tar.bz2 forums-cafc7feca12730fce59091bd7a18fb5c3f7ecdc0.tar.xz forums-cafc7feca12730fce59091bd7a18fb5c3f7ecdc0.zip | |
[ticket/10972] Moved tests into appropriate places and added comments
PHPBB3-10972
Diffstat (limited to 'tests/test_framework/phpbb_functional_test_case.php')
| -rw-r--r-- | tests/test_framework/phpbb_functional_test_case.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php index dfbfe2565e..a72c0940ab 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -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) |
