Merge pull request #603 from julienCXX/pr-fix-test-method-name
Fix typo in test method name
This commit is contained in:
commit
d5307a4e00
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/';
|
$ind = 'http://www.académie-française.fr/';
|
||||||
$expected = 'http://www.xn--acadmie-franaise-npb1a.fr/';
|
$expected = 'http://www.xn--acadmie-franaise-npb1a.fr/';
|
||||||
|
|
Loading…
Reference in a new issue