aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions_user/delete_user_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13564] Try to unlink user account for every auth providerMarc Alexander2015-03-241-0/+10
| | | | PHPBB3-13564
* [ticket/10729] Also test *delete_user on posts and topicsJoas Schilling2014-09-231-14/+14
| | | | PHPBB3-10729
* [ticket/10729] Fix handling of third parameter in 3.1Joas Schilling2014-09-231-12/+12
| | | | PHPBB3-10729
* [ticket/10729] Fix setup of the tests for 3.1Joas Schilling2014-09-231-7/+11
| | | | PHPBB3-10729
* [ticket/10729] Use mocked null cache for phpunit 3.6 on travis with php 5.2Joas Schilling2014-09-231-1/+2
| | | | PHPBB3-10729
* [ticket/10729] Add assert messages and finish up testsJoas Schilling2014-09-221-27/+96
| | | | PHPBB3-10729
* [ticket/10729] Add tests for some special tables with unique conditionsJoas Schilling2014-09-221-102/+67
| | | | PHPBB3-10729
* [ticket/10729] Add tests for user posts, reports and attachmentsJoas Schilling2014-09-221-0/+401
PHPBB3-10729