public static function TreeAccessTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeAccessTest.php, line 36
Contains \Drupal\system\Tests\Menu\TreeAccessTest.

Class

TreeAccessTest
Tests the access check for menu tree using both hook_menu() and route items.

Namespace

Drupal\system\Tests\Menu

Code

public static function getInfo() {
  return array(
    'name' => 'Menu tree access',
    'description' => 'Tests the access check for menu tree using both hook_menu() and route items.',
    'group' => 'Menu',
  );
}