public static function GraphUnitTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Graph/GraphUnitTest.php, line 19
Definition of Drupal\system\Tests\Graph\GraphUnitTest.

Class

GraphUnitTest
Unit tests for the graph handling features.

Namespace

Drupal\system\Tests\Graph

Code

public static function getInfo() {
  return array(
    'name' => 'Directed acyclic graph manipulation',
    'description' => 'Depth first search and sort unit tests.',
    'group' => 'Graph',
  );
}