https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35331 --- Comment #10 from Pedro Amorim <pedro.amorim@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/ta... 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.