You are here

public function MenuTrailByPathTestCase::testUrlUserPassword in Menu Trail By Path 7.3

Test url: User password

File

./menu_trail_by_path.test, line 90
Tests for menu_trail_by_path module.

Class

MenuTrailByPathTestCase
@file Tests for menu_trail_by_path module.

Code

public function testUrlUserPassword() {
  $this
    ->drupalGet($this->menuUrls['User password']);
  $this
    ->assertMenuActiveTrail(array(
    $this
      ->menuUrlBasePath('User password') => 'User password',
  ), TRUE);
}