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

Fix build

This commit is contained in:
Jordi Boggiano 2020-02-11 11:41:31 +01:00
parent be8dd528b8
commit fc5682ed9f
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC

View file

@ -95,9 +95,9 @@ class ArchiveCommandTest extends TestCase
null,
false,
null
);
)->willReturn(0);
$command->method('isInteractive')->willReturn(false);
$command->run($input, $output);
$this->assertEquals(0, $command->run($input, $output));
}
}