typo
This commit is contained in:
parent
86deafe0ff
commit
caa69b5853
3 changed files with 5 additions and 5 deletions
tests/Url
|
@ -190,10 +190,10 @@ class UrlTest extends PHPUnit_Framework_TestCase
|
|||
$ind = 'http://www.académie-française.fr/';
|
||||
$expected = 'http://www.xn--acadmie-franaise-npb1a.fr/';
|
||||
$url = new Url($ind);
|
||||
$this->assertEquals($expected, $url->indToAscii());
|
||||
$this->assertEquals($expected, $url->idnToAscii());
|
||||
|
||||
$notInd = 'http://www.academie-francaise.fr/';
|
||||
$url = new Url($notInd);
|
||||
$this->assertEquals($notInd, $url->indToAscii());
|
||||
$this->assertEquals($notInd, $url->idnToAscii());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue