Mercurial > hg > cmmr2012-drupal-site
diff core/modules/dblog/tests/src/Functional/FakeLogEntries.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
line wrap: on
line diff
--- a/core/modules/dblog/tests/src/Functional/FakeLogEntries.php Thu Feb 28 13:11:55 2019 +0000 +++ b/core/modules/dblog/tests/src/Functional/FakeLogEntries.php Thu May 09 15:34:47 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'),