static function PaymentTestUpdatePathWithoutContentWebTestCase::getInfo in Payment 7
File
- tests/
payment_test/ tests/ PaymentTestUpdatePathWithoutContentWebTestCase.test, line 13 - Contains class PaymentTestUpdatePathWithoutContentWebTestCase.
Class
- PaymentTestUpdatePathWithoutContentWebTestCase
- Tests Payment's update path.
Code
static function getInfo() {
return array(
'description' => '',
'name' => 'Update path (without existing content and configuration)',
'group' => 'Payment',
'dependencies' => array(
'payment',
'paymentform',
'paymentmethodbasic',
'paymentreference',
),
);
}