You are here

public static function CommerceUPSAdministrationTestCase::getInfo in Commerce UPS 7

Same name and namespace in other branches
  1. 7.2 tests/commerce_ups.test \CommerceUPSAdministrationTestCase::getInfo()

Implementation of getInfo().

File

tests/commerce_ups.test, line 15

Class

CommerceUPSAdministrationTestCase
Administration tests for my module.

Code

public static function getInfo() {
  return array(
    'name' => 'Commerce UPS',
    'description' => 'Commerce UPS admin stuff...',
    'group' => 'Drupal Commerce',
  );
}