aboutsummaryrefslogtreecommitdiffstats
path: root/tests/avatar/manager_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11930] Move path_helper in front of optional cache argumentMarc Alexander2013-10-211-2/+2
| | | | | | Optional method arguments should be after any mandatory ones. PHPBB3-11930
* [ticket/11930] Fix tests after adding phpbb\path_helper to avatar driversMarc Alexander2013-10-171-2/+10
| | | | PHPBB3-11930
* [ticket/11700] Fix avatar testsNils Adermann2013-09-161-3/+3
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-6/+6
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
| | | | PHPBB3-11700
* [ticket/11600] Remove duplicate test caseMarc Alexander2013-07-041-2/+0
| | | | PHPBB3-11600
* [ticket/11600] Use lowercase null and remove duplicate test casesMarc Alexander2013-06-251-11/+7
| | | | PHPBB3-11600
* [ticket/11600] Use local variable for $user in test_localize_errorsMarc Alexander2013-06-251-7/+5
| | | | PHPBB3-11600
* [ŧicket/11600] Split get driver tests into tests for all and only enabled onesMarc Alexander2013-06-251-10/+34
| | | | PHPBB3-11600
* [ticket/11600] Increase code test coverage of avatar managerMarc Alexander2013-06-101-22/+92
| | | | | | | Currently, not all methods and their possible behaviors are tested with unit tests. Add them for better code coverage. PHPBB3-11600
* [ticket/11404] Remove version ID from manager_test.php file headerMarc Alexander2013-03-111-1/+0
| | | | PHPBB3-11404
* [ticket/11404] Add tests for phpbb_avatar_manager::clean_row()Marc Alexander2013-03-111-0/+71
| | | | PHPBB3-11404
* [ticket/11404] Convert manager_test to UNIX line endingsMarc Alexander2013-03-111-90/+90
| | | | PHPBB3-11404
* [feature/avatars] Differentiate tests for get drivers functionsMarc Alexander2013-01-081-1/+12
| | | | | | 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-2/+2
| | | | | | | | 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] Improve testing to also check for enabled driversMarc Alexander2012-12-271-4/+15
| | | | PHPBB3-10018
* [feature/avatars] Fix behavior of avatar manager and variablesMarc Alexander2012-12-041-2/+5
| | | | | | | The $force_all variable was only partially removed and the behavior was not consistent in all files. PHPBB3-10018
* [feature/avatars] Use seperate function for retrieving all driversMarc Alexander2012-12-041-1/+1
| | | | PHPBB3-10018
* [feature/avatars] Do not use gravatar avatar in testsMarc Alexander2012-12-021-33/+16
| | | | PHPBB3-10018
* [feature/avatars] Add tests for avatar managerMarc Alexander2012-12-011-0/+82
PHPBB3-10018