public static function AmpAnalyticsTestCase::getInfo in Accelerated Mobile Pages (AMP) 7
File
- modules/
amp_analytics/ tests/ amp_analytics.test, line 13 - Tests for amp_analytics.module.
Class
- AmpAnalyticsTestCase
- @file Tests for amp_analytics.module.
Code
public static function getInfo() {
return array(
'name' => 'AMP Analytics',
'description' => 'Tests for the AMP Analytics module.',
'group' => 'AMP',
);
}