use seldaek's bitbucket repo for unit tests instead of 3rd party

main
Roel Arents 8 years ago
parent 5123c5cf76
commit d338a95174

@ -199,7 +199,7 @@ class RemoteFilesystemTest extends \PHPUnit_Framework_TestCase
public function provideBitbucketPublicDownloadUrls()
{
return array(
array('https://bitbucket.org/berlinger-rarents/my-public-repo-with-downloads/downloads/composer-unit-test-download-me.txt', '1234'),
array('https://bitbucket.org/seldaek/composer-live-test-repo/downloads/composer-unit-test-download-me.txt', '1234'),
);
}

Loading…
Cancel
Save