mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12730] Fix type_googleplus_test to use same validation rule as the field
PHPBB3-12730
This commit is contained in:
@@ -53,7 +53,7 @@ class phpbb_profilefield_type_googleplus_test extends phpbb_test_case
|
||||
'lang_id' => 1,
|
||||
'lang_name' => 'field',
|
||||
'field_required' => false,
|
||||
'field_validation' => '.*',
|
||||
'field_validation' => '[\w]+',
|
||||
);
|
||||
$field_options = array_merge($default_field_options, $field_options);
|
||||
|
||||
|
Reference in New Issue
Block a user