You are here

function LinkValidateSpecificURL::test_umlout_mailto in Link 6.2

File

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

Class

LinkValidateSpecificURL

Code

function test_umlout_mailto() {
  $this
    ->link_test_validate_url('mailto:Üser@exÅmple.com');
}