public static function flotTestCase::getInfo in Flot 7
File
- ./
flot.test, line 4
Class
Code
public static function getInfo() {
return array(
'name' => 'Flot',
'description' => 'Ensure the Flot module functions properly.',
'group' => 'Flot',
);
}