public static function CommercePriceTableTest::getInfo in Commerce Price Table 7
Implementation of getInfo().
File
- tests/
commerce_price_table.test, line 45 - Functional tests for the commerce price table module.
Class
- CommercePriceTableTest
- Test price table features.
Code
public static function getInfo() {
return array(
'name' => 'Price table',
'description' => 'Test the price table field',
'group' => 'Drupal Commerce',
);
}