Fix tests

main
Jordi Boggiano 4 years ago
parent abd61369e4
commit 4797d4afc8
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -224,7 +224,8 @@ class GitBitbucketDriverTest extends TestCase
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')
);

Loading…
Cancel
Save