Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Routing / ExceptionHandlingTest.php
index a791454f7247637e6453342354645629ce9929b4..5d68f95e79311338f77d27f7ce4c0a28d2958117 100644 (file)
@@ -170,7 +170,7 @@ class ExceptionHandlingTest extends KernelTestBase {
     // Enable verbose error logging.
     $this->config('system.logging')->set('error_level', ERROR_REPORTING_DISPLAY_VERBOSE)->save();
 
-    // Using SafeMarkup::format().
+    // Using \Drupal\Component\Render\FormattableMarkup.
     $request = Request::create('/router_test/test24');
     $request->setFormat('html', ['text/html']);