We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Str::isUrl()
1 parent 37f76fa commit e049280Copy full SHA for e049280
tests/Cases/ValidationValidatorTest.php
@@ -2515,6 +2515,7 @@ public static function validUrls()
2515
['http://localhost/url.php'],
2516
['http://local.dev'],
2517
['http://google.com'],
2518
+ ['http://goog_le.com'],
2519
['http://www.google.com'],
2520
['https://google.com'],
2521
['http://illuminate.dev'],
@@ -2540,7 +2541,6 @@ public static function invalidUrls()
2540
2541
['://google.com'],
2542
['http ://google.com'],
2543
['http:/google.com'],
- ['http://goog_le.com'],
2544
['http://google.com::aa'],
2545
['http://google.com:aa'],
2546
['http://127.0.0.1:aa'],
0 commit comments