Added_testcase

This commit is contained in:
noor
2023-09-20 12:10:07 +05:30
committed by KNaveenraj-ladybird
parent 59bb2de2a4
commit c50984170c
2 changed files with 3 additions and 3 deletions

View File

@@ -68,8 +68,8 @@ class TicketControllerTest extends TestCase
'priority_id' => 2,
'sla' => 2,
'help_topic_id' => 1,
'status' => 1,
'source' => 1,
'status' => 1,
'source' => 1
]
);
$ticket->save();