You are here

function LinkValidateTestNews::getInfo in Link 6.2

File

tests/link.validate.test, line 300
Tests that exercise the validation functions in the link module.

Class

LinkValidateTestNews

Code

function getInfo() {
  return array(
    'name' => t('Link News Validation Tests'),
    'description' => t('Tests the field validation for usenet urls.'),
    'group' => t('Link'),
  );
}