You are here

function GoogleAnalyticsBasicTest::getInfo in Google Analytics 6

Same name and namespace in other branches
  1. 6.4 googleanalytics.test \GoogleAnalyticsBasicTest::getInfo()
  2. 6.2 tests/googleanalytics_basic.test \GoogleAnalyticsBasicTest::getInfo()
  3. 6.3 googleanalytics.test \GoogleAnalyticsBasicTest::getInfo()
  4. 7.2 googleanalytics.test \GoogleAnalyticsBasicTest::getInfo()
  5. 7 googleanalytics.test \GoogleAnalyticsBasicTest::getInfo()

File

tests/googleanalytics_basic.test, line 9
Test file for Google Analytics module.

Class

GoogleAnalyticsBasicTest
@file Test file for Google Analytics module.

Code

function getInfo() {
  return array(
    'name' => t('Google Analytics basic tests'),
    'description' => t('Test basic Google Analytics module functionality.'),
    'group' => 'Google Analytics',
  );
}