1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Merge branch '2.2' into main

This commit is contained in:
Jordi Boggiano 2022-04-13 17:10:07 +02:00
commit d7ad2093f6
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
2 changed files with 2 additions and 2 deletions

View file

@ -164,7 +164,7 @@ GIT;
public function testFileGetContentInvalidIdentifier(): void
{
$this->expectException('\RuntimeException');
self::expectException('\RuntimeException');
$process = $this->getProcessExecutorMock();
$io = $this->getMockBuilder('Composer\IO\IOInterface')->getMock();