Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / system / tests / modules / ajax_forms_test / src / Form / AjaxFormsTestSimpleForm.php
index 3cb8105315e157170666c156d40a2e291f55a88b..35e0b08e2020d0950ef02c406c43c36b63a6e8ab 100644 (file)
@@ -65,7 +65,7 @@ class AjaxFormsTestSimpleForm extends FormBase {
       $form['select_' . $key . '_callback'] = [
         '#type' => 'select',
         '#title' => $this->t('Test %key callbacks', ['%key' => $key]),
-        '#options' => ['red' => 'red'],
+        '#options' => ['red' => 'red', 'green' => 'green'],
         '#ajax' => ['callback' => $value],
       ];
     }