Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d6eb73c9
Commit
d6eb73c9
authored
Oct 13, 2012
by
webchick
Browse files
Issue
#1810414
by sun, Berdir: Re-enable verbose() in getUpdatePhp().
parent
9858e188
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php
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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment