Fix typo in test method name

This commit is contained in:
julienCXX 2016-07-21 19:42:26 +02:00
parent b6e58bab8a
commit 1336a7326b
1 changed files with 2 additions and 2 deletions

View File

@ -184,9 +184,9 @@ class UrlTest extends PHPUnit_Framework_TestCase
}
/**
* 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/';