Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
renderkit
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
renderkit
Merge requests
!1
Preview 7.x 1.x 2020-09-05
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Preview 7.x 1.x 2020-09-05
preview-7.x-1.x--2020-09-05
into
7.x-1.x
Overview
0
Commits
2
Pipelines
0
Changes
2
Closed
Andreas Hennings
requested to merge
preview-7.x-1.x--2020-09-05
into
7.x-1.x
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
Can I trigger testbot with this?
0
0
Merge request reports
Compare
7.x-1.x
7.x-1.x (base)
and
latest version
latest version
4958045e
2 commits,
4 years ago
2 files
+
9
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/Tests/RenderkitGenericFormTest.php
+
5
−
2
Options
@@ -71,12 +71,15 @@ EOT;
$element
[
'#type'
]
=
'renderkit_generic_form'
;
$element
[
'#form_id_suffix'
]
=
__METHOD__
;
// Prevent '--2' appended to ids.
drupal_static_reset
(
'drupal_html_id'
);
$this
->
assertDrupalRender
(
$html_expected
,
$html_expected
_raw
,
$element
,
array_fill_keys
(
array_keys
(
$html_replacements
),
'
\w
+'
));
'
[^"]
+'
));
}
}
Loading