Marc Alexander
3703de63dd
[ticket/11600] Increase code test coverage of avatar manager
...
Currently, not all methods and their possible behaviors are tested with unit tests.
Add them for better code coverage.
PHPBB3-11600
2013-06-10 16:45:27 +02:00
Marc Alexander
4ad8fcbd58
[ticket/11404] Remove version ID from manager_test.php file header
...
PHPBB3-11404
2013-03-11 10:35:18 +01:00
Marc Alexander
fb1984dadb
[ticket/11404] Add tests for phpbb_avatar_manager::clean_row()
...
PHPBB3-11404
2013-03-11 10:34:25 +01:00
Marc Alexander
2ec0dc5b34
[ticket/11404] Convert manager_test to UNIX line endings
...
PHPBB3-11404
2013-03-11 10:34:12 +01:00
Marc Alexander
2302cd7a42
[feature/avatars] Pass phpbb_user to prepare and process form functions
...
The phpbb_user object might be used for language variables and other
things.
PHPBB3-10018
2013-02-19 12:24:21 +01:00
Marc Alexander
caa3516d13
[feature/avatars] Differentiate tests for get drivers functions
...
Tests for get_all_drivers() and get_enabled_drivers() should be different.
PHPBB3-10018
2013-01-08 21:58:03 +01:00
Marc Alexander
023d7a972d
[feature/avatars] Remove $request property and pass as argument if needed
...
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
2013-01-07 23:02:07 +01:00
Marc Alexander
ea6bf00977
[feature/avatars] Improve testing to also check for enabled drivers
...
PHPBB3-10018
2012-12-27 20:39:02 +01:00
Marc Alexander
fb139a8820
[feature/avatars] Fix behavior of avatar manager and variables
...
The $force_all variable was only partially removed and the behavior was
not consistent in all files.
PHPBB3-10018
2012-12-04 15:12:04 +01:00
Marc Alexander
fc4069f81d
[feature/avatars] Use seperate function for retrieving all drivers
...
PHPBB3-10018
2012-12-04 00:59:37 +01:00
Marc Alexander
ce653db491
[feature/avatars] Remove unnecessary "implements" from foobar avatar
...
PHPBB3-10018
2012-12-02 01:22:42 +01:00
Marc Alexander
232fa5b588
[feature/avatars] Do not use gravatar avatar in tests
...
PHPBB3-10018
2012-12-02 01:19:10 +01:00
Marc Alexander
d771453b52
[feature/avatars] Add tests for avatar manager
...
PHPBB3-10018
2012-12-01 21:37:57 +01:00