public static function SystemIndexPhpTest::getInfo

File

drupal/modules/system/system.test, line 2887
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',
  );
}