function LinkValidateTestCase::createLink in Link 6.2
File
- tests/
link.validate.test, line 28 - Tests that exercise the validation functions in the link module.
Class
Code
function createLink($url, $title, $attributes = array()) {
return array(
'url' => $url,
'title' => $title,
'attributes' => $attributes,
);
}