| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/11930] Move path_helper in front of optional cache argument | Marc Alexander | 2013-10-21 | 1 | -2/+2 |
| | | | | | | | Optional method arguments should be after any mandatory ones. PHPBB3-11930 | ||||
| * | [ticket/11930] Fix tests after adding phpbb\path_helper to avatar drivers | Marc Alexander | 2013-10-17 | 1 | -2/+10 |
| | | | | | PHPBB3-11930 | ||||
| * | [ticket/11700] Fix avatar tests | Nils Adermann | 2013-09-16 | 1 | -3/+3 |
| | | | | | PHPBB3-11700 | ||||
| * | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -6/+6 |
| | | | | | PHPBB3-11700 | ||||
| * | [ticket/11700] Modify all code to use the new interface names | Nils Adermann | 2013-07-14 | 1 | -1/+1 |
| | | | | | PHPBB3-11700 | ||||
| * | [ticket/11600] Remove duplicate test case | Marc Alexander | 2013-07-04 | 1 | -2/+0 |
| | | | | | PHPBB3-11600 | ||||
| * | [ticket/11600] Use lowercase null and remove duplicate test cases | Marc Alexander | 2013-06-25 | 1 | -11/+7 |
| | | | | | PHPBB3-11600 | ||||
| * | [ticket/11600] Use local variable for $user in test_localize_errors | Marc Alexander | 2013-06-25 | 1 | -7/+5 |
| | | | | | PHPBB3-11600 | ||||
| * | [ŧicket/11600] Split get driver tests into tests for all and only enabled ones | Marc Alexander | 2013-06-25 | 1 | -10/+34 |
| | | | | | PHPBB3-11600 | ||||
| * | [ticket/11600] Increase code test coverage of avatar manager | Marc Alexander | 2013-06-10 | 1 | -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 header | Marc Alexander | 2013-03-11 | 1 | -1/+0 |
| | | | | | PHPBB3-11404 | ||||
| * | [ticket/11404] Add tests for phpbb_avatar_manager::clean_row() | Marc Alexander | 2013-03-11 | 1 | -0/+71 |
| | | | | | PHPBB3-11404 | ||||
| * | [ticket/11404] Convert manager_test to UNIX line endings | Marc Alexander | 2013-03-11 | 1 | -90/+90 |
| | | | | | PHPBB3-11404 | ||||
| * | [feature/avatars] Differentiate tests for get drivers functions | Marc Alexander | 2013-01-08 | 1 | -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 needed | Marc Alexander | 2013-01-07 | 1 | -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 drivers | Marc Alexander | 2012-12-27 | 1 | -4/+15 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Fix behavior of avatar manager and variables | Marc Alexander | 2012-12-04 | 1 | -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 drivers | Marc Alexander | 2012-12-04 | 1 | -1/+1 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Do not use gravatar avatar in tests | Marc Alexander | 2012-12-02 | 1 | -33/+16 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Add tests for avatar manager | Marc Alexander | 2012-12-01 | 1 | -0/+82 |
| PHPBB3-10018 | |||||
