You are here

static function CommerceNoPaymentUpgrade::getInfo in Commerce No Payment 7.2

Implements DrupalTestCase::getInfo().

File

tests/CommerceNoPaymentUpgrade.test, line 16
Contains class CommerceNoPaymentUpgrade.

Class

CommerceNoPaymentUpgrade
Tests the upgrade path from Commerce no payment 7.x-1.x to 7.x-2.x.

Code

static function getInfo() {
  return array(
    'name' => 'Upgrade path',
    'group' => 'No Payment',
    'dependencies' => array(
      'commerce_no_payment',
    ),
  );
}