[Koha-bugs] [Bug 7804] Add Koha Plugin System

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 20 19:51:01 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

--- Comment #91 from Kyle M Hall <kyle at 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.


More information about the Koha-bugs mailing list