Skip to content
Snippets Groups Projects
Commit d6eb73c9 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1810414 by sun, Berdir: Re-enable verbose() in getUpdatePhp().

parent 9858e188
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment