You are here

public static function FlotViewsBasicTestCase::getInfo in Flot 7

File

flot_views/flot_views.test, line 10

Class

FlotViewsBasicTestCase
Test basic functionality of My Module.

Code

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