You are here

public static function AmazonTemplatesTest::getInfo in Amazon Product Advertisement API 7.2

File

tests/amazon.templates.test, line 11
Template tests for Amazon module.

Class

AmazonTemplatesTest
@file Template tests for Amazon module.

Code

public static function getInfo() {
  return array(
    'name' => 'Amazon templates',
    'description' => 'Tests that Amazon templates render correctly.',
    'group' => 'Amazon',
  );
}