]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #603 from julienCXX/pr-fix-test-method-name
authorArthur <arthur@hoa.ro>
Thu, 21 Jul 2016 18:05:49 +0000 (20:05 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Jul 2016 18:05:49 +0000 (20:05 +0200)
Fix typo in test method name

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/';