You are here

public static function FusionApplyInstallationTestCase::getInfo in Fusion Accelerator 7.2

Same name and namespace in other branches
  1. 7 fusion_apply/tests/fusion_apply.test \FusionApplyInstallationTestCase::getInfo()

File

fusion_apply/tests/fusion_apply.test, line 14
Tests for the Fusion Apply module.

Class

FusionApplyInstallationTestCase
Tests basic module installation.

Code

public static function getInfo() {
  return array(
    'name' => 'Installation',
    'description' => 'Tests basic module installation.',
    'group' => 'Fusion Accelerator',
  );
}