Skip to content
Snippets Groups Projects

Issue #3326204: When no choice is selected you get 2 error messages

1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -97,6 +97,13 @@ class CckSelectOtherRequiredTest extends CckSelectOtherTestBase {
@@ -97,6 +97,13 @@ class CckSelectOtherRequiredTest extends CckSelectOtherTestBase {
'_none',
'_none',
'',
'',
],
],
 
'required list value is empty' => [
 
'An illegal choice has been detected. Please contact the site administrator.',
 
FALSE,
 
1,
 
'',
 
'',
 
],
];
];
}
}
Loading