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:
commit
63b5f2737b
8 changed files with 105 additions and 23 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue