X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FUrl%2FUrlTest.php;h=0586237211b7a402ea2a9a0f7c0b3749af6b516a;hb=5036cffadee0acc3c87474139361e6e359380bcd;hp=4bf53b2dfc675da911c6e3fb3df469cfbd2cec5a;hpb=725ca094f8e4b7460869097b6a2a2bd6a4a420f4;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/Url/UrlTest.php b/tests/Url/UrlTest.php index 4bf53b2d..05862372 100644 --- a/tests/Url/UrlTest.php +++ b/tests/Url/UrlTest.php @@ -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/';