public function MenuTrailByPathActiveTrailHtmlClassTest::testUrlNews in Menu Trail By Path 8
Test url: News
File
- tests/
src/ Functional/ MenuTrailByPathActiveTrailHtmlClassTest.php, line 178
Class
- MenuTrailByPathActiveTrailHtmlClassTest
- Tests that the menu links have the correct css-classes.
Namespace
Drupal\Tests\menu_trail_by_path\FunctionalCode
public function testUrlNews() {
$this
->drupalGet(clone $this->menuUrls['News']);
$this
->assertMenuActiveTrail([
$this
->menuUrlBasePath('News') => 'News',
], TRUE);
}