You are here

public static function UbercartFileTestCase::getInfo in Ubercart 7.3

File

uc_file/tests/uc_file.test, line 13
File download product feature tests.

Class

UbercartFileTestCase
Tests the file download purchase functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'File downloads',
    'description' => 'Ensures that the purchase of file downloads functions correctly.',
    'group' => 'Ubercart',
  );
}