You are here

protected property CommerceInvoiceTestCase::$rules in Commerce Invoice 7.2

File

tests/commerce_invoice.test, line 17
Functional tests for the commerce invoice module.

Class

CommerceInvoiceTestCase
Test commerce invoices.

Code

protected $rules = [
  'commerce_invoice_create_new',
  'commerce_invoice_create_updated',
  'commerce_invoice_complete_order',
];