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:
parent
e05391dc44
commit
cbd91b5952
5 changed files with 31 additions and 18 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue