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:
commit
d7ad2093f6
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue