You are here

public static function MenuTrailByPathTestCase::getInfo in Menu Trail By Path 7.2

Same name and namespace in other branches
  1. 7.3 menu_trail_by_path.test \MenuTrailByPathTestCase::getInfo()

Make the test available to the Simpletest testing interface.

Return value

array

File

./menu_trail_by_path.test, line 31
Tests for menu_trail_by_path module.

Class

MenuTrailByPathTestCase
@file Tests for menu_trail_by_path module.

Code

public static function getInfo() {
  return array(
    'name' => 'Menu Trail By Path',
    'description' => 'Tests for menu_trail_by_path module.',
    'group' => 'Menu',
  );
}