public static function SystemIndexPhpTest::getInfo in Drupal 7
File
- modules/
system/ system.test, line 2911 - Tests for system.module.
Class
- SystemIndexPhpTest
- Test the handling of requests containing 'index.php'.
Code
public static function getInfo() {
return array(
'name' => 'Index.php handling',
'description' => "Test the handling of requests containing 'index.php'.",
'group' => 'System',
);
}