https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19316

--- Comment #29 from Matt Blenkinsop <[email protected]> ---
(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.
_______________________________________________
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/

Reply via email to