public static function StatisticsAdminTest::getInfo

File

drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php, line 47
Definition of Drupal\statistics\Tests\StatisticsAdminTest.

Class

StatisticsAdminTest
Tests the statistics administration screen.

Namespace

Drupal\statistics\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Test statistics admin.',
    'description' => 'Tests the statistics admin.',
    'group' => 'Statistics',
  );
}