You are here

public static function AdminMenuLinkTypesTestCase::getInfo in Administration menu 6.3

Same name and namespace in other branches
  1. 7.3 tests/admin_menu.test \AdminMenuLinkTypesTestCase::getInfo()

File

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

Class

AdminMenuLinkTypesTestCase
Tests appearance of different types of links.

Code

public static function getInfo() {
  return array(
    'name' => 'Link types',
    'description' => 'Tests appearance of different types of links.',
    'group' => 'Administration menu',
  );
}