validator
validator copied to clipboard
http://localhost/ is not valid url for UrlValidator
Not sure it is by design or bug if bug i can create a PR.
What steps will reproduce the problem?
$val = new UrlValidator;
$result = $val->validate('http://localhost/');
What is the expected result?
true
What do you get instead?
false