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
!11917
[
#3520623
] Re-document tests to no longer mention 'Update Manager'
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
[
#3520623
] Re-document tests to no longer mention 'Update Manager'
issue/drupal-3520623:3520623-rename-and-re-document-tests
into
11.x
Overview
1
Commits
1
Pipelines
1
Changes
14
Open
Derek Wright
requested to merge
issue/drupal-3520623:3520623-rename-and-re-document-tests
into
11.x
3 weeks ago
Overview
1
Commits
1
Pipelines
1
Changes
14
Expand
Closes
#3520623
0
0
Merge request reports
Compare
11.x
11.x (base)
and
latest version
latest version
1375d9b9
1 commit,
3 weeks ago
14 files
+
21
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
core/modules/update/tests/modules/update_test/src/Controller/UpdateTestController.php
+
2
−
2
Options
@@ -28,7 +28,7 @@ public function updateError() {
}
/**
* Page callback: Prints mock XML for the Update
Manager
module.
* Page callback: Prints mock XML for the Update
Status
module.
*
* The specific XML file to print depends on two things: the project we're
* trying to fetch data for, and the desired "availability scenario" for that
@@ -38,7 +38,7 @@ public function updateError() {
* name, indicating which availability scenario to use for that project.
*
* @param string $project_name
* The project short name
the u
pdate
manager
is trying to fetch data for
* The project short name
U
pdate
Status
is trying to fetch data for
* (the fetch URLs are of the form:
* [base_url]/[project_name]/[core_version]).
* @param string $version
Loading