public static function LinkSanitizeTest::getInfo in Link 7
Get Info.
File
- tests/
LinkSanitizeTest.test, line 20
Class
- LinkSanitizeTest
- Test for _link_sanitize().
Code
public static function getInfo() {
return array(
'name' => 'Link Sanitation Tests',
'description' => 'Tests the _link_sanitize() function by itself, without invoking the field life cycle.',
'group' => 'Link',
);
}