Fix bitbucket redirect URLs failing old PHP builds which do not support long headers
51e2015af3
pull/11639/head
parent
1ac0ea8739
commit
7a7f364184
|
@ -277,6 +277,7 @@ class RemoteFilesystemTest extends TestCase
|
||||||
*
|
*
|
||||||
* @dataProvider provideBitbucketPublicDownloadUrls
|
* @dataProvider provideBitbucketPublicDownloadUrls
|
||||||
* @param non-empty-string $url
|
* @param non-empty-string $url
|
||||||
|
* @requires PHP 7.4.17
|
||||||
*/
|
*/
|
||||||
public function testBitBucketPublicDownload(string $url, string $contents): void
|
public function testBitBucketPublicDownload(string $url, string $contents): void
|
||||||
{
|
{
|
||||||
|
@ -298,6 +299,7 @@ class RemoteFilesystemTest extends TestCase
|
||||||
*
|
*
|
||||||
* @dataProvider provideBitbucketPublicDownloadUrls
|
* @dataProvider provideBitbucketPublicDownloadUrls
|
||||||
* @param non-empty-string $url
|
* @param non-empty-string $url
|
||||||
|
* @requires PHP 7.4.17
|
||||||
*/
|
*/
|
||||||
public function testBitBucketPublicDownloadWithAuthConfigured(string $url, string $contents): void
|
public function testBitBucketPublicDownloadWithAuthConfigured(string $url, string $contents): void
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue