1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Update deps, fix phpstan issues, update baseline (1711, 49)

This commit is contained in:
Jordi Boggiano 2023-03-21 10:36:42 +01:00
parent 62f12abcb1
commit 5c3d8f35db
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
13 changed files with 98 additions and 207 deletions

View file

@ -280,7 +280,6 @@ class RemoteFilesystemTest extends TestCase
*/
public function testBitBucketPublicDownload(string $url, string $contents): void
{
/** @var ConsoleIO $io */
$io = $this
->getMockBuilder('Composer\IO\ConsoleIO')
->disableOriginalConstructor()