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) {