https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930 Bug ID: 22930 Summary: Make TestBuilder more strict when called with too wrong arguments Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: chris@bigballofwax.co.nz Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org Target Milestone: --- It happens to me too often to call TestBuilder->build[_object] without 'value': $builder->build_object({ class => 'Koha::Patrons', { categorycode => $category->categorycode }); Then I am loosing minutes to understand what my tests do not fail (yes, fail). We could make it display a warning or croak or whatever. -- You are receiving this mail because: You are watching all bug changes.