1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

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

This commit is contained in:
Roel Arents 2016-09-29 17:29:09 +02:00
parent 5123c5cf76
commit d338a95174

View file

@ -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'),
);
}