Update test case, ChangeLog and contributors
This commit is contained in:
@@ -9,6 +9,7 @@ class TaskHelperTest extends Base
|
||||
public function testSelectPriority()
|
||||
{
|
||||
$helper = new TaskHelper($this->container);
|
||||
$this->assertNotEmpty($helper->selectPriority(array('priority_end' => '1', 'priority_start' => '5', 'priority_default' => '2'), array()));
|
||||
$this->assertNotEmpty($helper->selectPriority(array('priority_end' => '3', 'priority_start' => '1', 'priority_default' => '2'), array()));
|
||||
$this->assertEmpty($helper->selectPriority(array('priority_end' => '3', 'priority_start' => '3', 'priority_default' => '2'), array()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user