aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/avatar_ucp_groups_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13338] Do not use the _test.php suffix for abstract test case classes.Andreas Fischer2014-11-171-2/+2
| | | | PHPBB3-13338
* [ticket/12822] Add method for deleting avatars and use confirm_boxMarc Alexander2014-08-071-1/+1
| | | | | | | | The method will take care of the actual deletion process in the avatar manager. Additionally, we'll be using a confirm box while deleting the avatar to prevent users from accidentally deleting their avatars. PHPBB3-12822
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-7/+10
| | | | PHPBB3-12594
* [ticket/11531] Reduced amount of avatar functional tests to minimumMarc Alexander2013-07-201-80/+0
| | | | | | | | The tests were reduced to only test one case that should be correct and one that should fail. Different test cases have been split up over the specific test files for the acp groups, acp users, ucp groups, and ucp users page. PHPBB3-11531
* [ticket/11531] Use abstract class for avatar tests and unify test casesMarc Alexander2013-07-171-0/+151
PHPBB3-11531