You are here

public static function LinkDefaultProtocolTest::getInfo in Link 7

Get Info.

File

tests/LinkDefaultProtocolTest.test, line 18

Class

LinkDefaultProtocolTest
Test setting a global protocol, and using it for links when needed.

Code

public static function getInfo() {
  return array(
    'name' => 'Set default link protocol',
    'description' => 'Test that an url with a default protocol set.',
    'group' => 'Link',
  );
}