]> git.koha-community.org Git - koha.git/commit
Bug 24879: (follow-up) Fix test suite
authorFridolin Somers <fridolin.somers@biblibre.com>
Wed, 27 Mar 2024 09:20:03 +0000 (10:20 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Wed, 3 Apr 2024 15:05:52 +0000 (17:05 +0200)
commit7b56e8d15eb2a87b0e6b8fd531873825052254a9
treece5cb5e65257dbdf42a6b8d8125c7751375e46cd
parent1ff71cf2004de4b25ac946efdf325b055875469e
Bug 24879: (follow-up) Fix test suite

Running cataloguing pluings (in cataloguing/value_builder) now requires
authentification.

This patch adds in failing unit tests a mock of C4::Auth::check_cookie_auth

Test with:
prove t/db_dependent/FrameworkPlugin.t t/db_dependent/Koha/UI/Form/Builder/Biblio.t t/db_dependent/Koha/UI/Form/Builder/Item.t t/db_dependent/Serials.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
t/db_dependent/FrameworkPlugin.t
t/db_dependent/Koha/UI/Form/Builder/Biblio.t
t/db_dependent/Koha/UI/Form/Builder/Item.t
t/db_dependent/Serials.t