function MenuRebuildTestCase::getInfo

File

modules/simpletest/tests/menu.test, line 894

Class

MenuRebuildTestCase
Tests rebuilding the menu by setting 'menu_rebuild_needed.'

Code

public static function getInfo() {
  return array(
    'name' => 'Menu rebuild test',
    'description' => 'Test rebuilding of menu.',
    'group' => 'Menu',
  );
}

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