https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19316 --- Comment #29 from Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> --- (In reply to Kyle M Hall from comment #23)
I'm getting some odd behavior:
t/db_dependent/api/v1/items/bundled_items.t (Wstat: 512 (exited 2) Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 2 Parse errors: Bad plan. You planned 2 tests but ran 1.
*************************************************************************** DBIx::Class::Relationship::ManyToMany::many_to_many(): *************************************************************************** The many-to-many relationship 'bundle_items' is trying to create a utility method called set_bundle_items. This will completely overwrite one such already existing method on class Koha::Schema::Result::Item.
You almost certainly want to rename your method or the many-to-many relationship, as the functionality of the original method will not be accessible anymore.
To disable this warning set to a true value the environment variable DBIC_OVERWRITE_HELPER_METHODS_OK
I can't recreate this, nor can I find a method anywhere called set_bundle_items I installed the patch and ran a reset_all and the test passes fine - is there some additional config you have that I need to check with? I've rebased one of the commits to fix some tidying issues on the QA tests and add Baptiste's sign off line to all the commits rather than just the final one -- You are receiving this mail because: You are watching all bug changes.