diff --git a/core/modules/simpletest/src/WebTestBase.php b/core/modules/simpletest/src/WebTestBase.php index 240f9f2..833270d 100644 --- a/core/modules/simpletest/src/WebTestBase.php +++ b/core/modules/simpletest/src/WebTestBase.php @@ -1488,7 +1488,7 @@ protected function drupalGet($path, array $options = array(), array $headers = a $verbose = 'GET request to: ' . $path . '
' . check_plain(var_export(array_map('trim', $this->headers), TRUE)) . '';
+ $verbose .= '' . String::checkPlain(var_export(array_map('trim', $this->headers), TRUE)) . '';
}
$verbose .= '