You are here

public static function FusionApplyUIPluginPanelsTestCase::getInfo in Fusion Accelerator 7

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

File

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

Class

FusionApplyUIPluginPanelsTestCase
Tests UI functionality for Block plugin.

Code

public static function getInfo() {
  return array(
    'name' => 'Plugins UI - Panels',
    'description' => 'Tests Fusion Apply UI functionality for functionality plugin from Panels.',
    'dependencies' => array(
      'ctools',
      'page_manager',
      'panels',
      'panels_node',
      'panels_mini',
    ),
    'group' => 'Fusion Apply',
  );
}