aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions_user/delete_user_test.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16276] Further fix PHP nightly testsrxu2019-12-291-9/+14
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
* [ticket/15975] Remove user notification data upon user deletion3D-I2019-02-231-0/+2
* [ticket/15716] Remove OAuth data upon user deletionJakub Senko2018-09-061-0/+3
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
* [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-121-1/+2
* [ticket/14168] Fix tests after rebaseMarc Alexander2015-10-091-1/+1
* [ticket/14168] Move phpbb_unlink() into attachment delete classMarc Alexander2015-10-091-2/+2
* [ticket/14168] Add attachment resync classMarc Alexander2015-10-091-1/+1
* [ticket/14168] Fix tests after adding attachment delete classMarc Alexander2015-10-091-0/+1
* Merge branch '3.1.x'Joas Schilling2015-06-041-0/+10
|\
| * [ticket/13564] Try to unlink user account for every auth providerMarc Alexander2015-03-241-0/+10
* | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-1/+0
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+0
|/
* [ticket/10729] Also test *delete_user on posts and topicsJoas Schilling2014-09-231-14/+14
* [ticket/10729] Fix handling of third parameter in 3.1Joas Schilling2014-09-231-12/+12
* [ticket/10729] Fix setup of the tests for 3.1Joas Schilling2014-09-231-7/+11
* [ticket/10729] Use mocked null cache for phpunit 3.6 on travis with php 5.2Joas Schilling2014-09-231-1/+2
* [ticket/10729] Add assert messages and finish up testsJoas Schilling2014-09-221-27/+96
* [ticket/10729] Add tests for some special tables with unique conditionsJoas Schilling2014-09-221-102/+67
* [ticket/10729] Add tests for user posts, reports and attachmentsJoas Schilling2014-09-221-0/+401