You are here

public static function UCXFCheckoutTestCase::getInfo in Extra Fields Checkout Pane 7

Same name and namespace in other branches
  1. 6.2 uc_extra_fields_pane.test \UCXFCheckoutTestCase::getInfo()

Describes this test.

Return value

array

File

./uc_extra_fields_pane.test, line 745
Automated tests for Extra Fields Pane

Class

UCXFCheckoutTestCase
Checkout testcase

Code

public static function getInfo() {
  return array(
    'name' => 'Checkout',
    'description' => 'Ensures that extra fields behave as expected during the checkout process.',
    'group' => 'Extra Fields Pane',
  );
}