Loading core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ public static function isEnabled(): bool { * Logs a link to a generated HTML page. * * @param string $logEntry * A link to a generated HTML page. * A link to a generated HTML page, should not contain a trailing newline. * * @throws \RuntimeException */ Loading core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ protected function htmlOutput($message = NULL) { // Do not use the file_url_generator service as the module_handler service // might not be available. $uri = $this->htmlOutputBaseUrl . '/sites/simpletest/browser_output/' . $html_output_filename; HtmlOutputLogger::log($uri . "\n"); HtmlOutputLogger::log($uri); } /** Loading Loading
core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ public static function isEnabled(): bool { * Logs a link to a generated HTML page. * * @param string $logEntry * A link to a generated HTML page. * A link to a generated HTML page, should not contain a trailing newline. * * @throws \RuntimeException */ Loading
core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ protected function htmlOutput($message = NULL) { // Do not use the file_url_generator service as the module_handler service // might not be available. $uri = $this->htmlOutputBaseUrl . '/sites/simpletest/browser_output/' . $html_output_filename; HtmlOutputLogger::log($uri . "\n"); HtmlOutputLogger::log($uri); } /** Loading