public static function TreeOutputTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeOutputTest.php, line 24
Definition of Drupal\system\Tests\Menu\TreeOutputTest.

Class

TreeOutputTest
Menu tree output related tests.

Namespace

Drupal\system\Tests\Menu

Code

public static function getInfo() {
  return array(
    'name' => 'Menu tree output',
    'description' => 'Tests menu tree output functions.',
    'group' => 'Menu',
  );
}