public static function BxsliderTestCase::getInfo in BxSlider 7
Describe test.
File
- ./
bxslider.test, line 18 - Test cases for BxSlider.
Class
- BxsliderTestCase
- BxsliderTestCase.
Code
public static function getInfo() {
return array(
'name' => t('BxSlider tests'),
'description' => t('Test the BxSlider presets, configuration options.'),
'group' => t('BxSlider'),
);
}