You are here

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

File

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

Class

AmpTestContext
@file Tests for amp_context.module.

Code

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