Issue #2080535 by mrsinguyen: Remove Unused local variable from /core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php.
parent
01327bc8fa
commit
1632e78326
|
@ -310,7 +310,6 @@ class OptionsFieldUITest extends FieldTestBase {
|
|||
|
||||
$on = $this->randomName();
|
||||
$off = $this->randomName();
|
||||
$allowed_values = array(1 => $on, 0 => $off);
|
||||
$edit = array(
|
||||
'on' => $on,
|
||||
'off' => $off,
|
||||
|
|
Loading…
Reference in New Issue