http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804 --- Comment #86 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to comment #85)
I still get that same error message from the unit test. I am not using CAS.
Also, I have two questions about the unit test: 1) What are you doing with the can_load test?
It's just testing the Module::Load::Conditional::can_load. Not necessary, but it doesn't hurt to test.
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.
Finally, I am a little bit concerned about your use of "die." If someone navigates to a plugins page when plugins are disabled, they will get a nasty Perl error rather than a styled page that informs them plugins are disabled.
I thought you wanted it to be that way. I can add a followup to change that. -- You are receiving this mail because: You are watching all bug changes.