You are here

public static function FlotExampleBasicTestCase::getInfo in Flot 7

File

flot_example/flot_example.test, line 10

Class

FlotExampleBasicTestCase
Test basic functionality of My Module.

Code

public static function getInfo() {
  return array(
    'name' => 'Flot Examples',
    'description' => 'Confirm that the FLot Example module can be enabled.',
    'group' => 'Flot',
  );
}