You are here

public static function FusionApplyDisplayTestCase::getInfo in Fusion Accelerator 7.2

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

File

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

Class

FusionApplyDisplayTestCase
Tests API functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Display',
    'description' => 'Tests if applied skins appear on the front-end.',
    'group' => 'Fusion Accelerator',
  );
}