]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/Url/UrlTest.php
Fix typo in test method name
[github/shaarli/Shaarli.git] / 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/';