From a2ef3c3fd5db0a449c301e309fb0c03b15c5b04a Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 25 Feb 2015 22:27:36 -0800 Subject: [PATCH] Issue #2420967 by JeroenT, Wim Leers, neclimdul: Write test to ensure that the active class is added on links when on the front page --- core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php b/core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php index f5a82bc9bef9..6fd1eceb9a39 100644 --- a/core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php +++ b/core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php @@ -346,9 +346,6 @@ class LinkGeneratorTest extends UnitTestCase { * Tests the active class on the link method. * * @see \Drupal\Core\Utility\LinkGenerator::generate() - * - * @todo Test that the active class is added on the front page when generating - * links to the front page in https://www.drupal.org/node/2420967. */ public function testGenerateActive() { $this->urlGenerator->expects($this->exactly(5))