https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35331
--- Comment #10 from Pedro Amorim <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
