1
0
Fork 0

Fix build

pull/8566/head
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
1 changed files with 2 additions and 2 deletions

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));
}
}