public static function SlickCrudTest::getInfo in Slick Carousel 7.3
Provides info for the UI.
File
- tests/
SlickCrudTest.test, line 42
Class
- SlickCrudTest
- Tests the Slick optionsets, configuration options and permission controls.
Code
public static function getInfo() {
// Note: getInfo() strings are not translated with t().
return [
'name' => 'Slick tests',
'description' => 'Tests the Slick optionsets, configuration options and permission controls.',
'group' => 'Slick',
];
}