public static function CommerceTaxUIAdminTest::getInfo in Commerce Core 7
Implementation of getInfo().
File
- modules/
tax/ tests/ commerce_tax_ui.test, line 25 - Functional tests for the commerce tax UI module.
Class
- CommerceTaxUIAdminTest
- Functional tests for the commerce tax UI module.
Code
public static function getInfo() {
return array(
'name' => 'Tax administration',
'description' => 'Test creating, editing and deleting tax rates and tax types using the tax administration user interface.',
'group' => 'Drupal Commerce',
);
}