aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/ucp_groups_test.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/security-250] Check form key when approving group membershipMarc Alexander2020-01-031-0/+68
* [ticket/13338] Do not use the _test.php suffix for abstract test case classes.Andreas Fischer2014-11-171-2/+2
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* Merge branch 'develop-olympus' into developAndreas Fischer2013-07-121-49/+0
|\
| * [ticket/11548] Fix incorrect usage of array_map on acp groups pageMarc Alexander2013-07-121-49/+0
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-07-121-0/+49
|\ \ | |/
| * [ticket/11548] Use new static methods for request and submitMarc Alexander2013-07-111-5/+4
| * [ticket/11548] Run array_map on complete error array and not just colour_errorMarc Alexander2013-07-111-0/+50
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11568-d...Joas Schilling2013-06-071-0/+32
|\ \ | |/ |/|
| * [ticket/11587] Add functional tests for group teampage settingsMarc Alexander2013-06-041-0/+32
|/
* [ticket/11538] Move group ID into abstract test class and add more test casesMarc Alexander2013-05-191-1/+1
* [ticket/11538] Use abstract class for functional test cases for group colourMarc Alexander2013-05-171-31/+5
* [ticket/11538] Make sure regex doesn't allow multiple color valuesMarc Alexander2013-05-151-0/+3
* [ticket/11538] Simplify colour value check and remove support for '#'Marc Alexander2013-05-141-8/+7
* [ticket/11538] Fix incorrect regex and test for duplicate # in color stringMarc Alexander2013-05-141-0/+1
* [ticket/11538] Use regex for testing color value and improve testsMarc Alexander2013-05-141-37/+20
* [ticket/11538] Make sure group color can't exceed maximum of 6 charactersMarc Alexander2013-05-141-0/+61