aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/auth_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10972] Drop user deletion.Oleg Pudeyev2012-12-061-1/+0
| | | | | | | | | Users should not be deleted in tests that test user creation. Tests should use unique user names to avoid collisions. User deletion should use user_remove anyway. PHPBB3-10972
* [ticket/10972] Tweak user addition.Oleg Pudeyev2012-12-061-4/+8
| | | | | | | | | | | Always add users, do not keep track of which users have been added. The tests should know whether users they want exist or not. Use more unique user names in tests for robustness. Added some more assertions here and there. PHPBB3-10972
* [ticket/10972] Moved tests into appropriate places and added commentsFyorl2012-12-061-0/+9
| | | | PHPBB3-10972
* [task/functional] Increase code coverage for functional testsDavid King2012-04-231-0/+40
PHPBB3-10758