You are here

public static function CommerceOrderUIAdminTest::getInfo in Commerce Core 7

Implementation of getInfo().

File

modules/order/tests/commerce_order_ui.test, line 26
Functional tests for the commerce order UI module.

Class

CommerceOrderUIAdminTest
Functional tests for the commerce order UI module.

Code

public static function getInfo() {
  return array(
    'name' => 'Order administration',
    'description' => 'Test creating, editing and deleting an order through the order administration user interface.',
    'group' => 'Drupal Commerce',
  );
}