You are here

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

File

tests/amp.test, line 13
Tests for amp.module.

Class

AmpTestCase
@file Tests for amp.module.

Code

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