aboutsummaryrefslogtreecommitdiffstats
path: root/tests/avatar/driver
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12620] Fix rebaseTristan Darricau2014-11-202-52/+52
| | | | PHPBB3-12620
* [ticket/11859] Add missing get_template_name method to test driversMarc Alexander2013-11-272-0/+10
| | | | PHPBB3-11859
* [ticket/11700] Fix avatar testsNils Adermann2013-09-162-2/+6
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-162-2/+2
| | | | PHPBB3-11700
* [feature/avatars] Pass phpbb_user to prepare and process form functionsMarc Alexander2013-02-192-4/+4
| | | | | | | The phpbb_user object might be used for language variables and other things. PHPBB3-10018
* [feature/avatars] Differentiate tests for get drivers functionsMarc Alexander2013-01-081-0/+19
| | | | | | Tests for get_all_drivers() and get_enabled_drivers() should be different. PHPBB3-10018
* [feature/avatars] Remove $request property and pass as argument if neededMarc Alexander2013-01-071-3/+3
| | | | | | | | Remove the $request property from the phpbb_avatar_driver class and rather pass it as function argument if it's needed in a function. Currently this is only the case for the class methods prepare_form() and process_form(). PHPBB3-10018
* [feature/avatars] Remove unnecessary "implements" from foobar avatarMarc Alexander2012-12-021-1/+1
| | | | PHPBB3-10018
* [feature/avatars] Do not use gravatar avatar in testsMarc Alexander2012-12-021-0/+19
PHPBB3-10018