mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix build
This commit is contained in:
parent
be8dd528b8
commit
fc5682ed9f
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue