You are here

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

File

tests/amazon.nodes.test, line 11
Node tests for Amazon module.

Class

AmazonNodesTest
@file Node tests for Amazon module.

Code

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