Fix bitbucket redirect URLs failing old PHP builds which do not support long headers
51e2015af3
pull/11920/head
parent
ed4f4086ec
commit
c0723bd1a2
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue