You are here

function LinkValidateSpecificURL::test_special_n_url in Link 6.2

File

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

Class

LinkValidateSpecificURL

Code

function test_special_n_url() {
  $this
    ->link_test_validate_url('http://www.testÑñ.com/');
}