function FrontPageTestCase::getInfo

File

modules/system/system.test, line 1695

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.