https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21912 Bug ID: 21912 Summary: Koha::Objects->search lacks tests Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org The 'search' method in Koha::Objects uses the context in which it was called to return either an iterator (in scalar context) or a list of singular objects, in list context. This behaviour should be covered by tests. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.