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