Loading core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php +1 −7 Original line number Diff line number Diff line Loading @@ -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, ], ]; Loading Loading
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php +1 −7 Original line number Diff line number Diff line Loading @@ -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, ], ]; Loading