Example #1
0
 public function testDeclineTask()
 {
     self::$_task->manager = self::$_other_user->id;
     self::$_task->update();
     self::$_task->refresh();
     $stat = org_openpsa_projects_workflow::decline(self::$_task, 'test comment');
     $this->assertTrue($stat);
 }