public static function SystemIndexPhpTest::getInfo

7.x system.test public static SystemIndexPhpTest::getInfo()

File

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