You are here

public static function FusionApplyUIPluginTestCase::getInfo in Fusion Accelerator 7.2

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

File

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

Class

FusionApplyUIPluginTestCase
Tests UI functionality for Block plugin.

Code

public static function getInfo() {
  return array(
    'name' => 'Plugins UI - Core',
    'description' => 'Tests Fusion Apply UI functionality for functionality plugins from Drupal core.',
    'group' => 'Fusion Accelerator',
  );
}