mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11538] Modify test colour values
PHPBB3-11538
This commit is contained in:
parent
7898dd9459
commit
e49b4543de
1 changed files with 3 additions and 2 deletions
|
@ -29,8 +29,9 @@ abstract class phpbb_functional_common_groups_test extends phpbb_functional_test
|
|||
array('AA0000 ', 'GROUP_UPDATED'),
|
||||
array('AA0000 abf', 'WRONG_DATA_COLOUR'),
|
||||
array('AA0000 AA0000', 'WRONG_DATA_COLOUR'),
|
||||
array('000 ', 'GROUP_UPDATED'),
|
||||
array('000000 ', 'GROUP_UPDATED'),
|
||||
array('', 'GROUP_UPDATED'),
|
||||
array('000', 'GROUP_UPDATED'),
|
||||
array('000000', 'GROUP_UPDATED'),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue