public static function CommerceInvoiceTestCase::getInfo in Commerce Invoice 7.2
Implementation of getInfo().
File
- tests/
commerce_invoice.test, line 26 - Functional tests for the commerce invoice module.
Class
- CommerceInvoiceTestCase
- Test commerce invoices.
Code
public static function getInfo() {
return [
'name' => 'Commerce Invoice',
'description' => 'Ensure that invoices are being created after order creation.',
'group' => 'Commerce Invoice',
];
}