You are here

public static function AdminMenuCustomizedTestCase::getInfo in Administration menu 7.3

File

tests/admin_menu.test, line 461
Tests for the Administration menu module.

Class

AdminMenuCustomizedTestCase
Tests customized menu links.

Code

public static function getInfo() {
  return array(
    'name' => 'Customized links',
    'description' => 'Tests customized menu links.',
    'group' => 'Administration menu',
  );
}