public static function FrontPageTestCase::getInfo in Drupal 7
File
- modules/
system/ system.test, line 1627 - 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',
);
}