public static function FrontPageTestCase::getInfo

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

File

drupal-7.x/modules/system/system.test, line 1415
Tests for system.module.

Class

FrontPageTestCase
Test front page functionality and administration.

Code

public static function getInfo() {
  return array(
    'name' => 'Front page',
    'description' => 'Tests front page functionality and administration.',
    'group' => 'System',
  );
}