From a4acd96ad3d58931cc337d4c03fc95f8d12dcc2c 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 486ad9a3b..ccc902ee6 100644 --- a/tests/Composer/Test/Util/RemoteFilesystemTest.php +++ b/tests/Composer/Test/Util/RemoteFilesystemTest.php @@ -222,6 +222,7 @@ class RemoteFilesystemTest extends TestCase * @param string $url * @param string $contents * @dataProvider provideBitbucketPublicDownloadUrls + * @requires PHP 7.4.17 */ public function testBitBucketPublicDownload($url, $contents) { @@ -244,6 +245,7 @@ class RemoteFilesystemTest extends TestCase * @param string $url * @param string $contents * @dataProvider provideBitbucketPublicDownloadUrls + * @requires PHP 7.4.17 */ public function testBitBucketPublicDownloadWithAuthConfigured($url, $contents) {