You are here

function LinkValidateSpecificURL::test_curly_brackets_in_query in Link 6.2

File

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

Class

LinkValidateSpecificURL

Code

function test_curly_brackets_in_query() {
  $this
    ->link_test_validate_url('http://www.healthyteennetwork.org/index.asp?Type=B_PR&SEC={2AE1D600-4FC6-4B4D-8822-F1D5F072ED7B}&DE={235FD1E7-208D-4363-9854-4E6775EB8A4C}');
}