mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11538] Move group ID into abstract test class and add more test cases
The group ID is defined in the abstract class now and additional test cases for hex colour values have been added. PHPBB3-11538
This commit is contained in:
@@ -16,6 +16,6 @@ class phpbb_functional_ucp_groups_test extends phpbb_functional_common_groups_te
|
||||
{
|
||||
protected function get_url()
|
||||
{
|
||||
return 'ucp.php?i=groups&mode=manage&action=edit&g=5';
|
||||
return 'ucp.php?i=groups&mode=manage&action=edit';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user