aboutsummaryrefslogtreecommitdiffstats
path: root/tests/avatar/driver/barfoo.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12620] Fix rebaseTristan Darricau2014-11-201-26/+26
| | | | PHPBB3-12620
* [ticket/11859] Add missing get_template_name method to test driversMarc Alexander2013-11-271-0/+5
| | | | PHPBB3-11859
* [ticket/11700] Fix avatar testsNils Adermann2013-09-161-1/+3
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [feature/avatars] Pass phpbb_user to prepare and process form functionsMarc Alexander2013-02-191-2/+2
| | | | | | | 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