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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!6339
Applying patch
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Applying patch
issue/drupal-3274049:3274049-setting-to-open
into
11.x
Overview
0
Commits
3
Pipelines
3
Changes
3
Open
Applying patch
Fran Adame Muñoz
requested to merge
issue/drupal-3274049:3274049-setting-to-open
into
11.x
Jan 27, 2024
Overview
0
Commits
3
Pipelines
3
Changes
3
Closes
#3274049
0
0
Merge request reports
Compare
11.x
version 2
4ea687a2
Jan 27, 2024
version 1
810fc125
Jan 27, 2024
11.x (base)
and
latest version
latest version
6ecf6ffa
3 commits,
Jan 27, 2024
version 2
4ea687a2
2 commits,
Jan 27, 2024
version 1
810fc125
1 commit,
Jan 27, 2024
3 files
+
26
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php
+
1
−
0
View file @ 6ecf6ffa
Edit in single-file editor
Open in Web IDE
Show full file
@@ -121,6 +121,7 @@ public function testEntityDisplaySettings() {
'url_plain'
=>
TRUE
,
'rel'
=>
'0'
,
'target'
=>
'0'
,
'external_target'
=>
''
,
];
$component
=
$display
->
getComponent
(
'field_test_link'
);
$this
->
assertSame
(
$expected
,
$component
);
Loading