Fix typo in test method name
This commit is contained in:
parent
b6e58bab8a
commit
1336a7326b
1 changed files with 2 additions and 2 deletions
|
@ -184,9 +184,9 @@ function testUrlIsNotHttp()
|
|||
}
|
||||
|
||||
/**
|
||||
* Test IndToAscii.
|
||||
* Test International Domain Name to ASCII conversion
|
||||
*/
|
||||
function testIndToAscii()
|
||||
function testIdnToAscii()
|
||||
{
|
||||
$ind = 'http://www.académie-française.fr/';
|
||||
$expected = 'http://www.xn--acadmie-franaise-npb1a.fr/';
|
||||
|
|
Loading…
Reference in a new issue