You are here

public static function FusionApplyUIRulesTestCase::getInfo in Fusion Accelerator 7

Same name and namespace in other branches
  1. 7.2 fusion_apply/tests/fusion_apply_ui.test \FusionApplyUIRulesTestCase::getInfo()

File

fusion_apply/tests/fusion_apply_ui.test, line 313
Tests for the Fusion Apply UI module.

Class

FusionApplyUIRulesTestCase
Tests rules administrative pages functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Rules UI',
    'description' => 'Tests rules functionality for Fusion Apply UI.',
    'group' => 'Fusion Apply',
  );
}