mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix tests
This commit is contained in:
parent
0a356b8a39
commit
372af31d23
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class GitBitbucketDriverTest extends TestCase
|
|||
GitBitbucketDriver::supports($this->io, $this->config, 'https://bitbucket.org/user/repo.git')
|
||||
);
|
||||
|
||||
$this->assertFalse(
|
||||
$this->assertTrue(
|
||||
GitBitbucketDriver::supports($this->io, $this->config, 'git@bitbucket.org:user/repo.git')
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue