static function PaymentTestUpdatePathWithContentWebTestCase::getInfo in Payment 7
File
- tests/payment_test/tests/PaymentTestUpdatePathWithContentWebTestCase.test, line 13
- Contains class PaymentTestUpdatePathWithContentWebTestCase.
Class
- PaymentTestUpdatePathWithContentWebTestCase
- Tests 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',
),
);
}