public function test_it_does_not_support_non_bitbucket_urls()
 {
     $this->assertFalse($this->SUT->supports('https://github.com/phpunit/phpunit-mock-objects.git'));
     $this->assertFalse($this->SUT->supports('https://github.com/symfony/console'));
 }