Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
6b577ab5
Unverified
Commit
6b577ab5
authored
6 days ago
by
Alex Pott
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3522004
by catch: Consolidate list_string test cases in OptionsFieldUiTest
parent
b8c04763
Branches
Branches containing commit
No related tags found
2 merge requests
!5423
Draft: Resolve #3329907 "Test2"
,
!3478
Issue #3337882: Deleted menus are not removed from content type config
Pipeline
#496214
passed with warnings
6 days ago
Stage: 🪄 Lint
Stage: 🗜️ Test
Pipeline: drupal
#496225
Pipeline: drupal
#496216
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php
+1
-7
1 addition, 7 deletions
.../FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php
with
1 addition
and
7 deletions
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php
+
1
−
7
View file @
6b577ab5
...
...
@@ -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
,
],
];
...
...
This diff is collapsed.
Click to expand it.
Alex Pott
@alexpott
mentioned in commit
fb605312
·
6 days ago
mentioned in commit
fb605312
mentioned in commit fb605312a2e2bf03f765ff841347ecd657f8f40d
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment