Unverified Commit 6b577ab5 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3522004 by catch: Consolidate list_string test cases in OptionsFieldUiTest

parent b8c04763
Loading
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -321,13 +321,7 @@ public static function providerTestOptionsAllowedValues() {
      ],
      'List string' => [
        'list_string',
        ['first' => 'First', 'second' => 'Second', 'third' => 'Third'],
        TRUE,
      ],
      // Example with empty key and label values like string '0'.
      'List string with 0 value' => [
        'list_string',
        ['0' => '0', '1' => '1', '2' => '2'],
        ['0' => '0', '1' => '1', 'two' => 'two'],
        TRUE,
      ],
    ];