]> git.koha-community.org Git - koha.git/commit
Bug 36758: Unit tests for assignee notification trigger
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 7 May 2024 16:16:57 +0000 (17:16 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 9 Aug 2024 16:44:51 +0000 (18:44 +0200)
commitd4d9bf97e9344f26853e38c51090cfa61bb849b8
tree3a267c93b91d17ed0ea68a920a141cb8b814a434
parent6c2998459875f7c0429b8de9315b02c443e955ad
Bug 36758: Unit tests for assignee notification trigger

This patch adds unit tests for the TICKET_ASSIGNED trigger being
introduced with this patchset.

Test plan
1) Run the unit tests prior to the next patch and confirm they fail
2) Apply the next patch and confirm the unit tests now pass

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
t/db_dependent/Koha/Ticket.t