Bug 30287: (follow-up) Unit test for html_content
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 8 Nov 2023 09:38:18 +0000 (09:38 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 4 Jan 2024 20:34:51 +0000 (20:34 +0000)
commit87588c477c1a85f31204143fa5dca51190e25c26
treef3aa7e0099398f75c92dec7e8a013ef26a7a76f3
parent93b98dda145126ed3ceca810db2c760dbdc8853d
Bug 30287: (follow-up) Unit test for html_content

This patch adds a unit test for the new `html_content` method introduced
to Koha::Notice::Template in the previous patch.

Test
1) Run the new unit test ;P

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit c260f4a374c3e3fcb335e997842ffb2fa1bd444a)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit f89d178b063698b643c62b38b93924039b722d94)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
t/db_dependent/Koha/Notice/Message.t [new file with mode: 0755]