You are here

static function PaymentformTestLineItemFieldWidgetWebTestCase::getInfo in Payment 7

File

modules/paymentform/tests/paymentform_test/tests/PaymentformTestLineItemFieldWidgetWebTestCase.test, line 12

Class

PaymentformTestLineItemFieldWidgetWebTestCase
Tests the paymentform_line_item field widget.

Code

static function getInfo() {
  return array(
    'description' => '',
    'name' => 'Payment line item field widget',
    'group' => 'Payment Form Field',
    'dependencies' => array(
      'node',
    ),
  );
}