test(vikon): add validateFileTypes mock to UpdatePartActionTest
This commit is contained in:
@@ -110,6 +110,10 @@ class UpdatePartActionTest extends TestCase
|
|||||||
->once()
|
->once()
|
||||||
->andReturn($zipContent);
|
->andReturn($zipContent);
|
||||||
|
|
||||||
|
$fs->shouldReceive('validateFileTypes')
|
||||||
|
->once()
|
||||||
|
->andReturn([]);
|
||||||
|
|
||||||
$fs->shouldReceive('atomicSwap')
|
$fs->shouldReceive('atomicSwap')
|
||||||
->once()
|
->once()
|
||||||
->andReturn(true);
|
->andReturn(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user