public static function UbercartProductPowerToolsTestCase::getInfo in Ubercart Product Power Tools 7
File
- tests/uc_product_power_tools.test, line 10 
- Ubercart Product Power Tools Tests
Class
- UbercartProductPowerToolsTestCase
- @file Ubercart Product Power Tools Tests
Code
public static function getInfo() {
  return array(
    'name' => 'Product Power Tools',
    'description' => 'Ensure Product Power Tools module functions properly.',
    'group' => 'Ubercart',
  );
}