20 Feb
2013
20 Feb
'13
7:51 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804 --- Comment #91 from Kyle M Hall <kyle@bywatersolutions.com> ---
2) Doesn't the Koha::Plugins::Handler module handle running plugins?
Yes, it does. We can't actually run a plugin from the unit test though.
Why not (other than the fact that the test is failing with the bizarre Auth_with_cas error)?
That's a good enough point ; ) I've amended the followup so that plugins can return a value that is in return returned by the Plugins::Handler::run. That way we can test run a plugin, and it will also be useful in the future for other plugin types ( such as a barcode modifying plugin ). -- You are receiving this mail because: You are watching all bug changes.