Issue #2080535 by mrsinguyen: Remove Unused local variable from /core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php.

8.0.x
webchick 2013-12-04 00:51:21 -08:00
parent 01327bc8fa
commit 1632e78326
1 changed files with 0 additions and 1 deletions

View File

@ -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,