Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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] Pass phpbb_user to prepare and process form functions | Marc Alexander | 2013-02-19 | 2 | -4/+4 | |
| | | | | | | | The phpbb_user object might be used for language variables and other things. PHPBB3-10018 | |||||
* | [feature/avatars] Differentiate tests for get drivers functions | Marc Alexander | 2013-01-08 | 2 | -1/+31 | |
| | | | | | | 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 | 2 | -5/+5 | |
| | | | | | | | | 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] Remove unnecessary "implements" from foobar avatar | Marc Alexander | 2012-12-02 | 1 | -1/+1 | |
| | | | | PHPBB3-10018 | |||||
* | [feature/avatars] Do not use gravatar avatar in tests | Marc Alexander | 2012-12-02 | 2 | -33/+35 | |
| | | | | PHPBB3-10018 | |||||
* | [feature/avatars] Add tests for avatar manager | Marc Alexander | 2012-12-01 | 1 | -0/+82 | |
PHPBB3-10018 |