public static function IndexPhpTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/System/IndexPhpTest.php, line 16
Definition of Drupal\system\Tests\System\IndexPhpTest.

Class

IndexPhpTest
Test the handling of requests containing 'index.php'.

Namespace

Drupal\system\Tests\System

Code

public static function getInfo() {
  return array(
    'name' => 'Index.php handling',
    'description' => "Test the handling of requests containing 'index.php'.",
    'group' => 'System',
  );
}