You are here

public static function AmpAdsenseTestCase::getInfo in Accelerated Mobile Pages (AMP) 7

File

modules/amp_adsense/tests/amp_adsense.test, line 13
Tests for amp_adsense.module.

Class

AmpAdsenseTestCase
@file Tests for amp_adsense.module.

Code

public static function getInfo() {
  return array(
    'name' => 'AMP Adsense',
    'description' => 'Tests for the AMP Adsense module.',
    'group' => 'AMP',
  );
}