diff options
Diffstat (limited to 'tests/Url/UrlTest.php')
-rw-r--r-- | tests/Url/UrlTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
184 | } | 184 | } |
185 | 185 | ||
186 | /** | 186 | /** |
187 | * Test IndToAscii. | 187 | * Test International Domain Name to ASCII conversion |
188 | */ | 188 | */ |
189 | function testIndToAscii() | 189 | function testIdnToAscii() |
190 | { | 190 | { |
191 | $ind = 'http://www.académie-française.fr/'; | 191 | $ind = 'http://www.académie-française.fr/'; |
192 | $expected = 'http://www.xn--acadmie-franaise-npb1a.fr/'; | 192 | $expected = 'http://www.xn--acadmie-franaise-npb1a.fr/'; |