aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/ucp_groups_test.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11548] Fix incorrect usage of array_map on acp groups pageMarc Alexander2013-07-121-49/+0
* [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
* [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