public static function CommerceOrderCRUDTestCase::getInfo in Commerce Core 7
File
- modules/
order/ tests/ commerce_order.test, line 12 - Unit tests for the commerce order module.
Class
- CommerceOrderCRUDTestCase
- Test the order and order type CRUD.
Code
public static function getInfo() {
return array(
'name' => 'Order CRUD',
'description' => 'Test the order CRUD functions.',
'group' => 'Drupal Commerce',
);
}