aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/ucp_groups_test.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-05-14 21:27:25 +0200
committerMarc Alexander <admin@m-a-styles.de>2013-05-14 21:27:25 +0200
commit1fae7720e43c8ff853225e16d0de54395d9ab051 (patch)
treef5061ba73c7b830e41a425750548445c7e9af6af /tests/functional/ucp_groups_test.php
parenta547ba3f9d569410107574a151af9a2f301bb68e (diff)
downloadforums-1fae7720e43c8ff853225e16d0de54395d9ab051.tar
forums-1fae7720e43c8ff853225e16d0de54395d9ab051.tar.gz
forums-1fae7720e43c8ff853225e16d0de54395d9ab051.tar.bz2
forums-1fae7720e43c8ff853225e16d0de54395d9ab051.tar.xz
forums-1fae7720e43c8ff853225e16d0de54395d9ab051.zip
[ticket/11538] Fix incorrect regex and test for duplicate # in color string
PHPBB3-11538
Diffstat (limited to 'tests/functional/ucp_groups_test.php')
-rw-r--r--tests/functional/ucp_groups_test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/ucp_groups_test.php b/tests/functional/ucp_groups_test.php
index f570c6af8d..d5ac6f697e 100644
--- a/tests/functional/ucp_groups_test.php
+++ b/tests/functional/ucp_groups_test.php
@@ -23,6 +23,7 @@ class phpbb_functional_ucp_groups_test extends phpbb_functional_test_case
array('#a00', 'GROUP_UPDATED'),
array('ag0', 'COLOUR_INVALID'),
array('#ag0', 'COLOUR_INVALID'),
+ array('##bcc', 'COLOUR_INVALID'),
);
}