You are here

function LinkAttributeCrudTest::getInfo in Link 6.2

File

tests/link.attribute.test, line 26
Basic simpletests to test options on link module.

Class

LinkAttributeCrudTest

Code

function getInfo() {
  return array(
    'name' => t('Link Attribute Tests'),
    'description' => t('Tests the field attributes, making sure they appear in various displayed situations.'),
    'group' => t('Link'),
  );
}