aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions_user
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16276] Further fix PHP nightly testsrxu2019-12-292-9/+15
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-2/+2
* [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/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-0/+9
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-312-4/+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/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-041-1/+1
* | [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-232-14/+24
* [ticket/10729] Fix handling of third parameter in 3.1Joas Schilling2014-09-232-12/+15
* [ticket/10729] Fix setup of the tests for 3.1Joas Schilling2014-09-231-7/+11
* [ticket/10729] Update fixture to 3.1 database structureJoas Schilling2014-09-231-7/+12
* Merge branch 'ticket/10729' into ticket/10729-ascJoas Schilling2014-09-232-0/+967
|\
| * [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-222-27/+228
| * [ticket/10729] Add tests for some special tables with unique conditionsJoas Schilling2014-09-222-103/+223
| * [ticket/10729] Add tests for user posts, reports and attachmentsJoas Schilling2014-09-222-0/+645
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-061-8/+0
* Merge remote-tracking branch 'Marc/ticket/11842' into developJoas Schilling2013-12-041-6/+6
|\
| * [ticket/11842] Replace outdated occurences of user and group avatar_typeMarc Alexander2013-10-241-6/+6
* | [ticket/12056] group_user_attributes: Fix "Creating ... from empty value".Andreas Fischer2013-12-041-0/+1
|/
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-3/+3
* [ticket/10714] Fix missing parameter and global phpbb_log in unit testsJoas Schilling2013-01-221-1/+2
* [ticket/9492] Fix missing phpbb_container in unit testsJoas Schilling2013-01-201-1/+8
* [ticket/9492] Add unit tests for custom ranks and avatarsJoas Schilling2013-01-172-0/+270