You are here

static function PaymentTestUpdatePathWebTestCase::getInfo in Payment 7

File

tests/payment_test/tests/PaymentTestUpdatePathWebTestCaseWithContent.test, line 13
Contains class PaymentTestUpgradePathWebTestCase.

Class

PaymentTestUpdatePathWebTestCase
Test Payment's update path.

Code

static function getInfo() {
  return array(
    'description' => '',
    'name' => 'Update path (with existing content and configuration)',
    'group' => 'Payment',
    'dependencies' => array(
      'payment',
      'paymentform',
      'paymentmethodbasic',
      'paymentreference',
    ),
  );
}