X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=tests%2FUrl%2FUrlTest.php;h=0586237211b7a402ea2a9a0f7c0b3749af6b516a;hb=67a1d5d8237d200e6b85a4868f3b560ade5607b4;hp=4bf53b2dfc675da911c6e3fb3df469cfbd2cec5a;hpb=649af5b501d2a90448242f53764ff693e9854039;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/';