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

Merge branch '2.2' into main

This commit is contained in:
Jordi Boggiano 2022-02-16 13:35:30 +01:00
commit 63b5f2737b
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
8 changed files with 105 additions and 23 deletions

View file

@ -217,6 +217,14 @@ class GitBitbucketDriverTest extends TestCase
);
}
public function testInitializeInvalidRepositoryUrl()
{
$this->expectException('\InvalidArgumentException');
$driver = $this->getDriver(array('url' => 'https://bitbucket.org/acme'));
$driver->initialize();
}
public function testSupports()
{
$this->assertTrue(