public static function SlickTestCase::getInfo in Slick Carousel 7.2
Provides info for the UI.
File
- tests/
slick.test, line 41 - Provides test cases for Slick carousel based on flexslider.test.
Class
- SlickTestCase
- Tests the Slick optionsets, configuration options and permission controls.
Code
public static function getInfo() {
// Note: getInfo() strings are not translated with t().
return array(
'name' => 'Slick tests',
'description' => 'Tests the Slick optionsets, configuration options and permission controls.',
'group' => 'Slick',
);
}