Duplicate tags when moving and duplicating tasks to another project
This commit is contained in:
@@ -370,8 +370,9 @@ class TaskProjectDuplicationModelTest extends Base
|
||||
|
||||
// Check tags
|
||||
$tags = $taskTagModel->getList(2);
|
||||
$this->assertCount(2, $tags);
|
||||
$this->assertCount(3, $tags);
|
||||
$this->assertArrayHasKey(3, $tags);
|
||||
$this->assertArrayHasKey(6, $tags);
|
||||
$this->assertArrayHasKey(7, $tags);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user