function MenuRouterTestCase::testFileInheritance
Test that 'page callback', 'file' and 'file path' keys are properly inherited from parent menu paths.
Archivo
Class
Código
function testFileInheritance() {
$this->drupalGet('admin/config/development/file-inheritance');
$this->assertText('File inheritance test description', 'File inheritance works.');
}