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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/