You are here

static function PaymentmethodbasicTestModuleInstallUninstall::getInfo in Payment 7

File

modules/paymentmethodbasic/tests/paymentmethodbasic_test/tests/PaymentmethodbasicTestModuleInstallUninstall.test, line 16
Contains PaymentmethodbasicTestModuleInstallUninstall.

Class

PaymentmethodbasicTestModuleInstallUninstall
Tests module installation and uninstallation.

Code

static function getInfo() {
  return array(
    'description' => '',
    'name' => 'Module installation and uninstallation',
    'group' => 'Basic Payment Method',
  );
}