mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Corrected testIsValidUrl
This commit is contained in:
@@ -150,7 +150,7 @@ class Functions2LibTest extends PHPUnit_Framework_TestCase
|
||||
$result = isValidUrl('http://google.com');
|
||||
$this->assertEquals($result, 1);
|
||||
|
||||
$result = isValidUrl('google');
|
||||
$result = isValidUrl('gooçgle');
|
||||
$this->assertEquals($result, 0);
|
||||
|
||||
//With scheme check
|
||||
|
||||
Reference in New Issue
Block a user