public static function DashboardBlocksTestCase::getInfo in Drupal 7
File
- modules/
dashboard/ dashboard.test, line 12 - Tests for dashboard.module.
Class
- DashboardBlocksTestCase
- Tests the Dashboard module blocks.
Code
public static function getInfo() {
return array(
'name' => 'Dashboard blocks',
'description' => 'Test blocks as used by the dashboard.',
'group' => 'Dashboard',
);
}