You are here

public static function PiwikCustomVariablesTest::getInfo in Piwik Web Analytics 7.2

File

./piwik.test, line 196
Test file for Piwik module.

Class

PiwikCustomVariablesTest

Code

public static function getInfo() {
  return array(
    'name' => t('Piwik Custom Variables tests'),
    'description' => t('Test custom variables functionality of Piwik module.'),
    'group' => 'Piwik',
    'dependencies' => array(
      'token',
    ),
  );
}