]> git.koha-community.org Git - koha.git/commit
Bug 35026: Add unit tests
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Tue, 5 Sep 2023 11:06:41 +0000 (11:06 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 19 Aug 2024 16:59:45 +0000 (18:59 +0200)
commit0042b7d1d626ced04a9a28f8c4b1753cc639141e
tree7a70ef075d73c646bfadbe8d06067a24116b54d3
parent7608566440defbe9922035fea6b75c490a013cff
Bug 35026: Add unit tests

This commit adds a set of unit tests for the new methods in Koha::MarcOrder

The two controller functions at the start of the file have not been included as they simply call the functions in these tests

The _stage_file method is also not included as this is a copy of the existing file staging code with the background job functionality removed

Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
t/db_dependent/Koha/MarcOrder.t [new file with mode: 0644]