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
Merge requests
!9689
core tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
core tests
issue/drupal-3477671:3477671-fix-variablecomment.missing-in
into
11.x
Overview
0
Commits
6
Pipelines
10
Changes
29
Closed
quietone
requested to merge
issue/drupal-3477671:3477671-fix-variablecomment.missing-in
into
11.x
7 months ago
Overview
0
Commits
6
Pipelines
10
Changes
29
Expand
Closes
#3477671
0
0
Merge request reports
Compare
11.x
version 9
8d183f25
4 months ago
version 8
1b49630e
4 months ago
version 7
2531ba94
6 months ago
version 6
1605805f
6 months ago
version 5
384cfa88
7 months ago
version 4
75dda501
7 months ago
version 3
1224db5b
7 months ago
version 2
fe11ea65
7 months ago
version 1
ecfd6ef9
7 months ago
11.x (base)
and
latest version
latest version
ddb9eeb7
6 commits,
3 months ago
version 9
8d183f25
6 commits,
4 months ago
version 8
1b49630e
6 commits,
4 months ago
version 7
2531ba94
6 commits,
6 months ago
version 6
1605805f
5 commits,
6 months ago
version 5
384cfa88
5 commits,
7 months ago
version 4
75dda501
4 commits,
7 months ago
version 3
1224db5b
3 commits,
7 months ago
version 2
fe11ea65
2 commits,
7 months ago
version 1
ecfd6ef9
1 commit,
7 months ago
29 files
+
175
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
29
Search (e.g. *.vue) (Ctrl+P)
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php
+
3
−
0
Options
@@ -72,6 +72,9 @@ class ContentImportTest extends BrowserTestBase {
'user'
,
];
/**
* The directory with the source data.
*/
private
readonly
string
$contentDir
;
/**
Loading