aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/acp_groups_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11538] Move group ID into abstract test class and add more test casesMarc Alexander2013-05-191-1/+1
| | | | | | | The group ID is defined in the abstract class now and additional test cases for hex colour values have been added. PHPBB3-11538
* [ticket/11538] Use abstract class for functional test cases for group colourMarc Alexander2013-05-171-32/+5
| | | | PHPBB3-11538
* [ticket/11538] Make sure regex doesn't allow multiple color valuesMarc Alexander2013-05-151-0/+3
| | | | | | | This will now make sure that 'AAFF00' will be matched but strings like 'AAFF00 AABB00' will not. PHPBB3-11538
* [ticket/11538] Add tests for acp group manage pageMarc Alexander2013-05-141-0/+45
This will currently test if the colour check properly works. PHPBB3-11538