Skip to content
Snippets Groups Projects
Commit 21344721 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2080371 by mrsinguyen: Remove Unused local variable from...

Issue #2080371 by mrsinguyen: Remove Unused local variable  from /core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsLoggingTest.php.
parent 53753dac
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -75,10 +75,6 @@ function setUp() {
*/
function testLogging() {
$path = 'node/' . $this->node->id();
$expected = array(
'title' => $this->node->label(),
'path' => $path,
);
// Verify logging of an uncached page.
$this->drupalGet($path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment