diff core/lib/Drupal/Core/Test/TestRunnerKernel.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
line wrap: on
line diff
--- a/core/lib/Drupal/Core/Test/TestRunnerKernel.php	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/lib/Drupal/Core/Test/TestRunnerKernel.php	Thu May 09 15:34:47 2019 +0100
@@ -31,8 +31,8 @@
     // Prime the module list and corresponding Extension objects.
     // @todo Remove System module. Needed because
     //   \Drupal\Core\Datetime\DateFormatter has a (needless) dependency on the
-    //   'date_format' entity, so calls to format_date()/format_interval() cause
-    //   a plugin not found exception.
+    //   'date_format' entity, so calls to DateFormatter::format() and
+    //   DateFormatter::formatInterval() cause a plugin not found exception.
     $this->moduleList = [
       'system' => 0,
       'simpletest' => 0,