[Koha-bugs] [Bug 35331] Add an ILL table actions plugin hook

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 16 14:18:08 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35331

--- Comment #10 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
(In reply to David Nind from comment #7) 
> I'm not a developer, so I don't know whether tests should pass with and
> without the koha-plugin-ill-actions plugin enabled.

If we run the following command (no plugins installed):
prove t/db_dependent/Koha/Plugins

All tests pass.

But, if we then install the kitchensink plugin located at:
https://github.com/bywatersolutions/dev-koha-plugin-kitchen-sink/releases/tag/v2.3.1

And run the plugin tests again:
prove t/db_dependent/Koha/Plugins

A bunch of them are now failing, because the installed plugin is changing the
expected static result of the tests.
In conclusion, I think it's safe to assume that no plugins should be installed
when running unit tests.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list