public static function FivestarTestCase::getInfo in Fivestar 8
Same name and namespace in other branches
- 7.2 test/fivestar.field.test \FivestarTestCase::getInfo()
File
- test/
fivestar.field.test, line 16 - Simpletests for the Fivestar module.
Class
Code
public static function getInfo() {
return [
'name' => 'Fivestar widgets',
'description' => 'Make sure fivestar widgets can be created and used.',
'group' => 'Fivestar',
];
}