Duplicate attachments & external links during task duplication & importing
This commit is contained in:
@@ -435,7 +435,7 @@ class TaskFileModelTest extends Base
|
||||
$this->assertEquals(2, $fileModel->create(1, 'test', 'tmp/foo', 10));
|
||||
|
||||
$this->container['objectStorage']
|
||||
->expects($this->exactly(2))
|
||||
->expects($this->exactly(1))
|
||||
->method('remove')
|
||||
->with('tmp/foo');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user