You are here

public static function GraphUnitTest::getInfo in Drupal 7

File

modules/simpletest/tests/graph.test, line 12
Provides unit tests for graph.inc.

Class

GraphUnitTest
Unit tests for the graph handling features.

Code

public static function getInfo() {
  return array(
    'name' => 'Graph',
    'description' => 'Graph handling unit tests.',
    'group' => 'System',
  );
}