Skip to content
Snippets Groups Projects
Unverified Commit fb605312 authored by Alex Pott's avatar Alex Pott
Browse files

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

(cherry picked from commit 6b577ab5)
parent cf5008b1
No related branches found
No related tags found
7 merge requests!12618Issue #3522970 by longwave, smustgrave: Remove unused BrowserTestBase::$originalContainer,!12473Issue #3521639 by mstrelan, smustgrave for 11.2,!12462Issue #3523109 by ghost of drupal past, donquixote, nicxvan, dww, larowlan,...,!12357Issue #3529639 by mradcliffe, smustgrave, solomon.yifru: replacing a depricated css,!12209#3526180 Ensure displace runs with new navigation module.,!8811Issue #3129179: Provide some way to rebuild the persistent bundle field map,!7916Remove taxonomy dependency on node module - 11.x
Pipeline #496213 passed with warnings
Pipeline: drupal

#496236

    Pipeline: drupal

    #496226

      Pipeline: drupal

      #496217

        ......@@ -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,
        ],
        ];
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment