You are here

public static function CommerceMessageOrderSummaryTest::getInfo in Commerce Message 7

File

./commerce_message.test, line 519

Class

CommerceMessageOrderSummaryTest

Code

public static function getInfo() {
  return array(
    'name' => 'Commerce Message order summary token',
    'description' => 'Tests the order summary token',
    'group' => 'Commerce Message',
  );
}