From 7a7f364184377d83b5f2a0708b8d863ea3ad9aa7 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 a54e700a8..d673cd2b0 100644 --- a/tests/Composer/Test/Util/RemoteFilesystemTest.php +++ b/tests/Composer/Test/Util/RemoteFilesystemTest.php @@ -277,6 +277,7 @@ class RemoteFilesystemTest extends TestCase * * @dataProvider provideBitbucketPublicDownloadUrls * @param non-empty-string $url + * @requires PHP 7.4.17 */ public function testBitBucketPublicDownload(string $url, string $contents): void { @@ -298,6 +299,7 @@ class RemoteFilesystemTest extends TestCase * * @dataProvider provideBitbucketPublicDownloadUrls * @param non-empty-string $url + * @requires PHP 7.4.17 */ public function testBitBucketPublicDownloadWithAuthConfigured(string $url, string $contents): void {