Fix build
parent
be8dd528b8
commit
fc5682ed9f
|
@ -95,9 +95,9 @@ class ArchiveCommandTest extends TestCase
|
||||||
null,
|
null,
|
||||||
false,
|
false,
|
||||||
null
|
null
|
||||||
);
|
)->willReturn(0);
|
||||||
$command->method('isInteractive')->willReturn(false);
|
$command->method('isInteractive')->willReturn(false);
|
||||||
|
|
||||||
$command->run($input, $output);
|
$this->assertEquals(0, $command->run($input, $output));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue