You are here

public static function LinkTokenTest::getInfo in Link 7

Same name and namespace in other branches
  1. 6.2 tests/link.token.test \LinkTokenTest::getInfo()

Get Info.

File

tests/LinkTokenTest.test, line 16
Testing that tokens can be used in link titles.

Class

LinkTokenTest
Testing that tokens can be used in link titles.

Code

public static function getInfo() {
  return array(
    'name' => 'Link tokens - browser test',
    'description' => 'Tests including tokens in link titles, making sure they appear in node views.',
    'group' => 'Link',
    'dependencies' => array(
      'token',
    ),
  );
}