aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions_user/group_user_attributes_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16276] Further fix PHP nightly testsrxu2019-12-291-0/+1
| | | | PHPBB3-16276
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-2/+2
| | | | PHPBB3-14972
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | PHPBB3-14576
* [ticket/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-041-1/+1
| | | | PHPBB3-13782
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* Merge remote-tracking branch 'Marc/ticket/11842' into developJoas Schilling2013-12-041-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | * Marc/ticket/11842: [ticket/11842] Add functional test for creating group [ticket/11842] Use avatar_data for obtaining driver that should be deleted [ticket/11842] Use type map for updating avatar types in database [ticket/11842] Add missing prefix for group id in avatar data [ticket/11842] Use only new avatar type in user_delete function [ticket/11842] Add migration file for updating avatar type in database [ticket/11842] Replace outdated occurences of user and group avatar_type [ticket/11842] Use group_id 0 and correct avatar name after creating group
| * [ticket/11842] Replace outdated occurences of user and group avatar_typeMarc Alexander2013-10-241-6/+6
| | | | | | | | | | | | | | user_avatar_type und group_avatar_type are now a string and should therefore be treated accordingly. PHPBB3-11842
* | [ticket/12056] group_user_attributes: Fix "Creating ... from empty value".Andreas Fischer2013-12-041-0/+1
|/ | | | PHPBB3-12056
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-3/+3
| | | | PHPBB3-11700
* [ticket/10714] Fix missing parameter and global phpbb_log in unit testsJoas Schilling2013-01-221-1/+2
| | | | PHPBB3-10714
* [ticket/9492] Fix missing phpbb_container in unit testsJoas Schilling2013-01-201-1/+8
| | | | PHPBB3-9492
* [ticket/9492] Add unit tests for custom ranks and avatarsJoas Schilling2013-01-171-0/+149
PHPBB3-9492