You are here

public static function UbercartOrderTestCase::getInfo in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 uc_order/tests/uc_order.test \UbercartOrderTestCase::getInfo()

File

uc_order/uc_order.test, line 13
Tests for Ubercart orders.

Class

UbercartOrderTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Orders',
    'description' => 'Ensure that orders function properly.',
    'group' => 'Ubercart',
  );
}