public static function LinkFieldAttributesTest::getInfo in Link 7
Get Info.
File
- tests/
LinkFieldAttributesTest.test, line 23 - Field attributes test.
Class
- LinkFieldAttributesTest
- Field attributes test.
Code
public static function getInfo() {
return array(
'name' => 'Link field attribute Tests',
'description' => 'Tests the field attributes, making sure they appear in various displayed situations.',
'group' => 'Link',
);
}