function MenuRouterTestCase::testFileInheritance

7.x menu.test MenuRouterTestCase::testFileInheritance()

Test that 'page callback', 'file' and 'file path' keys are properly inherited from parent menu paths.

File

drupal-7.x/modules/simpletest/tests/menu.test, line 186
Provides SimpleTests for menu.inc.

Class

MenuRouterTestCase

Code

function testFileInheritance() {
  $this->drupalGet('admin/config/development/file-inheritance');
  $this->assertText('File inheritance test description', 'File inheritance works.');
}