You are here

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

File

modules/amp_dfp/tests/amp_dfp.test, line 13
Tests for amp_DFP.module.

Class

AmpDFPTestCase
@file Tests for amp_DFP.module.

Code

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