You are here

public static function UbercartAjaxTestCase::getInfo in Ubercart 7.3

File

uc_store/tests/uc_ajax.test, line 13
Tests for the UcAddress class.

Class

UbercartAjaxTestCase
Tests for the Ubercart Ajax Attach.

Code

public static function getInfo() {
  return array(
    'name' => 'Ajax functionality',
    'description' => 'Ajax update of checkout and order pages.',
    'group' => 'Ubercart',
  );
}