Added automated action to change task color based on the priority
This commit is contained in:
@@ -39,7 +39,6 @@ class TaskDuplicateAnotherProjectTest extends Base
|
||||
public function testWithWrongColumn()
|
||||
{
|
||||
$projectModel = new Project($this->container);
|
||||
$taskCreationModel = new TaskCreation($this->container);
|
||||
|
||||
$this->assertEquals(1, $projectModel->create(array('name' => 'test1')));
|
||||
$this->assertEquals(2, $projectModel->create(array('name' => 'test2')));
|
||||
|
||||
Reference in New Issue
Block a user