Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3338541
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
drupal-3338541
Commits
d6eb73c9
Commit
d6eb73c9
authored
12 years ago
by
Angie Byron
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1810414
by sun, Berdir: Re-enable verbose() in getUpdatePhp().
parent
9858e188
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php
+0
-7
0 additions, 7 deletions
...m/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php
with
0 additions
and
7 deletions
core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php
+
0
−
7
View file @
d6eb73c9
...
...
@@ -281,16 +281,9 @@ protected function getUpdatePhp() {
if
(
$new
=
$this
->
checkForMetaRefresh
())
{
$out
=
$new
;
}
// @todo TestBase::verbose() cannot be called here yet, since Simpletest
// verbose output parameters are not prepared before test execution and
// instead determined at runtime; i.e., file_create_url() calls into
// system_list(), before update.php has upgraded the system list.
// @see http://drupal.org/node/1611430
/*
$this
->
verbose
(
'GET request to: '
.
$path
.
'<hr />Ending URL: '
.
$this
->
getUrl
()
.
'<hr />'
.
$out
);
*/
return
$out
;
}
...
...
This diff is collapsed.
Click to expand it.
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