public static function InvoiceNumberGenerationWebTestCase::getInfo in Commerce Invoice 7
File
- tests/
number_generation.test, line 13 - Implements tests for the theme switching rules.
Class
- InvoiceNumberGenerationWebTestCase
- @file Implements tests for the theme switching rules.
Code
public static function getInfo() {
return array(
'name' => 'Invoice number generation test',
'description' => 'Tests the number generation of the commerce_invoice module.',
'group' => 'Commerce Invoice',
);
}