public static function GraphUnitTest::getInfo

File

drupal/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',
  );
}