From c0723bd1a2e677779073527bfd61d9a101c4d685 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 12 Sep 2023 10:57:02 +0200 Subject: [PATCH] Fix bitbucket redirect URLs failing old PHP builds which do not support long headers https://github.com/php/php-src/commit/51e2015af3fc4757a666736aae7899a43f76ae6d --- tests/Composer/Test/Util/RemoteFilesystemTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Composer/Test/Util/RemoteFilesystemTest.php b/tests/Composer/Test/Util/RemoteFilesystemTest.php index 4233dc948..3f9ad3162 100644 --- a/tests/Composer/Test/Util/RemoteFilesystemTest.php +++ b/tests/Composer/Test/Util/RemoteFilesystemTest.php @@ -283,6 +283,7 @@ class RemoteFilesystemTest extends TestCase * @param string $url * @param string $contents * @dataProvider provideBitbucketPublicDownloadUrls + * @requires PHP 7.4.17 */ public function testBitBucketPublicDownload($url, $contents) { @@ -306,6 +307,7 @@ class RemoteFilesystemTest extends TestCase * @param string $url * @param string $contents * @dataProvider provideBitbucketPublicDownloadUrls + * @requires PHP 7.4.17 */ public function testBitBucketPublicDownloadWithAuthConfigured($url, $contents) {