You are here

public static function flotTestCase::getInfo in Flot 7

File

./flot.test, line 4

Class

flotTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Flot',
    'description' => 'Ensure the Flot module functions properly.',
    'group' => 'Flot',
  );
}