You are here

public function MenuTrailByPathActiveTrailHtmlClassTest::testUrlHome in Menu Trail By Path 8

Test url: Home

File

tests/src/Functional/MenuTrailByPathActiveTrailHtmlClassTest.php, line 96

Class

MenuTrailByPathActiveTrailHtmlClassTest
Tests that the menu links have the correct css-classes.

Namespace

Drupal\Tests\menu_trail_by_path\Functional

Code

public function testUrlHome() {
  $this
    ->drupalGet(clone $this->menuUrls['Home']);
  $this
    ->assertMenuActiveTrail([
    $this
      ->menuUrlBasePath('Home') => 'Home',
  ], TRUE);
}