public static function StatisticsAdminTestCase::getInfo
Archivo
- drupal-7.x/
modules/ statistics/ statistics.test, line 310 - Tests for the Statistics module.
Class
- StatisticsAdminTestCase
- Tests the statistics administration screen.
Código
public static function getInfo() {
return array(
'name' => 'Test statistics admin.',
'description' => 'Tests the statistics admin.',
'group' => 'Statistics',
);
}