diff core/modules/dblog/tests/src/Functional/FakeLogEntries.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 129ea1e6d783
children
line wrap: on
line diff
--- a/core/modules/dblog/tests/src/Functional/FakeLogEntries.php	Thu Feb 28 13:21:36 2019 +0000
+++ b/core/modules/dblog/tests/src/Functional/FakeLogEntries.php	Thu May 09 15:33:08 2019 +0100
@@ -27,7 +27,6 @@
    *   - 'variables': Array of variables that match the message string.
    *   - 'severity': Log severity level as defined in logging_severity_levels.
    *   - 'link': String linking to view the result of the event.
-   *   - 'user': String identifying the username.
    *   - 'uid': Int identifying the user id for the user.
    *   - 'request_uri': String identifying the location of the request.
    *   - 'referer': String identifying the referring url.
@@ -47,7 +46,6 @@
       'variables'   => [],
       'severity'    => RfcLogLevel::NOTICE,
       'link'        => NULL,
-      'user'        => $user,
       'uid'         => $user->id(),
       'request_uri' => $base_root . \Drupal::request()->getRequestUri(),
       'referer'     => \Drupal::request()->server->get('HTTP_REFERER'),