mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Fix bitbucket redirect URLs failing old PHP builds which do not support long headers
51e2015af3
This commit is contained in:
parent
d3a3c83fc8
commit
a4acd96ad3
1 changed files with 2 additions and 0 deletions
|
@ -222,6 +222,7 @@ class RemoteFilesystemTest extends TestCase
|
||||||
* @param string $url
|
* @param string $url
|
||||||
* @param string $contents
|
* @param string $contents
|
||||||
* @dataProvider provideBitbucketPublicDownloadUrls
|
* @dataProvider provideBitbucketPublicDownloadUrls
|
||||||
|
* @requires PHP 7.4.17
|
||||||
*/
|
*/
|
||||||
public function testBitBucketPublicDownload($url, $contents)
|
public function testBitBucketPublicDownload($url, $contents)
|
||||||
{
|
{
|
||||||
|
@ -244,6 +245,7 @@ class RemoteFilesystemTest extends TestCase
|
||||||
* @param string $url
|
* @param string $url
|
||||||
* @param string $contents
|
* @param string $contents
|
||||||
* @dataProvider provideBitbucketPublicDownloadUrls
|
* @dataProvider provideBitbucketPublicDownloadUrls
|
||||||
|
* @requires PHP 7.4.17
|
||||||
*/
|
*/
|
||||||
public function testBitBucketPublicDownloadWithAuthConfigured($url, $contents)
|
public function testBitBucketPublicDownloadWithAuthConfigured($url, $contents)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue