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

Fix 5.3/5.4 builds

This commit is contained in:
Jordi Boggiano 2022-04-13 16:42:12 +02:00
parent 2ba8758b30
commit a1f9baa118
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ GIT;
public function testFileGetContentInvalidIdentifier()
{
$this->expectException('\RuntimeException');
$this->setExpectedException('\RuntimeException');
$process = new ProcessExecutorMock;
$io = $this->getMockBuilder('Composer\IO\IOInterface')->getMock();