mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Update deps, constrain a few types to non-empty-strings
This commit is contained in:
parent
436a112651
commit
8600894003
34 changed files with 246 additions and 183 deletions
|
@ -276,6 +276,7 @@ class RemoteFilesystemTest extends TestCase
|
|||
* Tests that a BitBucket public download is correctly retrieved.
|
||||
*
|
||||
* @dataProvider provideBitbucketPublicDownloadUrls
|
||||
* @param non-empty-string $url
|
||||
*/
|
||||
public function testBitBucketPublicDownload(string $url, string $contents): void
|
||||
{
|
||||
|
@ -297,6 +298,7 @@ class RemoteFilesystemTest extends TestCase
|
|||
* Tests that a BitBucket public download is correctly retrieved when `bitbucket-oauth` is configured.
|
||||
*
|
||||
* @dataProvider provideBitbucketPublicDownloadUrls
|
||||
* @param non-empty-string $url
|
||||
*/
|
||||
public function testBitBucketPublicDownloadWithAuthConfigured(string $url, string $contents): void
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue