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