You are here

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

LinkValidateTestCase

Code

function createLink($url, $title, $attributes = array()) {
  return array(
    'url' => $url,
    'title' => $title,
    'attributes' => $attributes,
  );
}