https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18595 --- Comment #17 from Marc Véron <veron@veron.ch> --- (In reply to Lari Taskula from comment #4)
Created attachment 63438 [details] [review] Bug 18595: Unit tests preparing for GetMessagingPreferences move
This patch prepares removing GetMessagingPreferences by adding some useful unit tests for subroutines that the move targets.
Reserves.t already covers print notice, but this patch adds tests for a set transport type.
To test: 1. Run t/db_dependent/Circulation.t 2. Run t/db_dependent/Reserves.t 3. Observe test pass
prove -v t/db_dependent/Circulation.t does not pass I get: # Subtest: SendCirculationAlert test 1..4 # No tests run! not ok 96 - No tests run for subtest "SendCirculationAlert test" t/db_dependent/Reserves.t returns green -- You are receiving this mail because: You are watching all bug changes.