You are here

function LinkValidateUrlLight::getInfo in Link 6.2

File

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

Class

LinkValidateUrlLight
A series of tests of links, only going against the link_validate_url function in link.module.

Code

function getInfo() {
  return array(
    'name' => t('Link Light Validation Tests'),
    'description' => t('Tests the link_validate_url() function by itself, without invoking the full drupal/cck lifecycle.'),
    'group' => t('Link'),
  );
}