You are here

function LinkValidateTestNews::test_link_news in Link 6.2

File

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

Class

LinkValidateTestNews

Code

function test_link_news() {
  $this
    ->link_test_validate_url('news:comp.infosystems.www.misc');
}