public static function CommerceUPSAdministrationTestCase::getInfo in Commerce UPS 7.2
Same name and namespace in other branches
- 7 tests/commerce_ups.test \CommerceUPSAdministrationTestCase::getInfo()
Implementation of getInfo().
File
- tests/
commerce_ups.test, line 20 - This will allows me to test the commerce ups module.
Class
- CommerceUPSAdministrationTestCase
- Administration tests for Commerce UPS.
Code
public static function getInfo() {
return array(
'name' => 'Commerce UPS',
'description' => 'Commerce UPS admin stuff...',
'group' => 'Drupal Commerce',
);
}