public function MenuTrailByPathTestCase::testUrlHome in Menu Trail By Path 7.3
Test url: Home
File
- ./
menu_trail_by_path.test, line 78 - Tests for menu_trail_by_path module.
Class
- MenuTrailByPathTestCase
- @file Tests for menu_trail_by_path module.
Code
public function testUrlHome() {
$this
->drupalGet($this->menuUrls['Home']);
$this
->assertMenuActiveTrail(array(
$this
->menuUrlBasePath('Home') => 'Home',
), TRUE);
}