1
0
Fork 0

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

pull/5717/head
Roel Arents 2016-09-29 17:29:09 +02:00
parent 5123c5cf76
commit d338a95174
1 changed files with 1 additions and 1 deletions

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