1
0
Fork 0

Fix tests

pull/9418/head
Jordi Boggiano 2020-11-04 21:24:30 +01:00
parent abd61369e4
commit 4797d4afc8
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 2 additions and 1 deletions

View File

@ -224,7 +224,8 @@ class GitBitbucketDriverTest extends TestCase
GitBitbucketDriver::supports($this->io, $this->config, 'https://bitbucket.org/user/repo.git') GitBitbucketDriver::supports($this->io, $this->config, 'https://bitbucket.org/user/repo.git')
); );
$this->assertTrue( // should not be changed, see https://github.com/composer/composer/issues/9400
$this->assertFalse(
GitBitbucketDriver::supports($this->io, $this->config, 'git@bitbucket.org:user/repo.git') GitBitbucketDriver::supports($this->io, $this->config, 'git@bitbucket.org:user/repo.git')
); );