You are here

public static function FlexsliderTestCase::getInfo in Flex Slider 7.2

Same name and namespace in other branches
  1. 7 flexslider.test \FlexsliderTestCase::getInfo()

File

./flexslider.test, line 15
Test cases for FlexSlider

Class

FlexsliderTestCase
@file Test cases for FlexSlider

Code

public static function getInfo() {
  return array(
    'name' => t('FlexSlider tests'),
    'description' => t('Test the FlexSlider presets, configuration options and permission controls.'),
    'group' => t('FlexSlider'),
  );
}