1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Fix FILTER_VALIDATE_URL not supporting IDNs

This commit is contained in:
Jordi Boggiano 2012-11-05 15:39:43 +01:00
parent e05391dc44
commit cbd91b5952
5 changed files with 31 additions and 18 deletions

View file

@ -25,7 +25,7 @@ class ComposerRepositoryTest extends TestCase
public function testLoadData(array $expected, array $repoPackages)
{
$repoConfig = array(
'url' => 'file://',
'url' => 'http://example.org',
);
$repository = $this->getMock(