]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix typo in test method name 603/head
authorjulienCXX <software@chmodplusx.eu>
Thu, 21 Jul 2016 17:42:26 +0000 (19:42 +0200)
committerjulienCXX <software@chmodplusx.eu>
Thu, 21 Jul 2016 17:42:26 +0000 (19:42 +0200)
tests/Url/UrlTest.php

index 4bf53b2dfc675da911c6e3fb3df469cfbd2cec5a..0586237211b7a402ea2a9a0f7c0b3749af6b516a 100644 (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/';