Merge pull request #603 from julienCXX/pr-fix-test-method-name

Fix typo in test method name
This commit is contained in:
Arthur 2016-07-21 20:05:49 +02:00 committed by GitHub
commit d5307a4e00
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/';