Skip to content

Commit

Permalink
Fix bitbucket redirect URLs failing old PHP builds which do not suppo…
Browse files Browse the repository at this point in the history
…rt long headers

php/php-src@51e2015
  • Loading branch information
Seldaek committed Sep 28, 2023
1 parent ed4f408 commit c0723bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Composer/Test/Util/RemoteFilesystemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ public function provideBitbucketPublicDownloadUrls()
* @param string $url
* @param string $contents
* @dataProvider provideBitbucketPublicDownloadUrls
* @requires PHP 7.4.17
*/
public function testBitBucketPublicDownload($url, $contents)
{
Expand All @@ -306,6 +307,7 @@ public function testBitBucketPublicDownload($url, $contents)
* @param string $url
* @param string $contents
* @dataProvider provideBitbucketPublicDownloadUrls
* @requires PHP 7.4.17
*/
public function testBitBucketPublicDownloadWithAuthConfigured($url, $contents)
{
Expand Down

0 comments on commit c0723bd

Please sign in to comment.