function GraphUnitTest::getInfo

File

modules/simpletest/tests/graph.test, line 12

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.