diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-04 22:52:08 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-04 22:52:08 -0400 |
commit | d5c95e8240639975f61f726e9722900a8d54611f (patch) | |
tree | 3bf55bda241616303e859b0aa8f829133f290a15 /tests/units/Action/TaskCreationTest.php | |
parent | 1e1c127a8548b65751eb332bf8edf5842d14d468 (diff) |
Added automated action to change task color based on the priority
Diffstat (limited to 'tests/units/Action/TaskCreationTest.php')
-rw-r--r-- | tests/units/Action/TaskCreationTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/units/Action/TaskCreationTest.php b/tests/units/Action/TaskCreationTest.php index 57c2995d..57a3ee46 100644 --- a/tests/units/Action/TaskCreationTest.php +++ b/tests/units/Action/TaskCreationTest.php @@ -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'))); |