https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21846
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #82621|0 |1 is obsolete| | Attachment #82622|0 |1 is obsolete| | Attachment #82623|0 |1 is obsolete| | Attachment #83717|0 |1 is obsolete| | --- Comment #7 from Owen Leonard <[email protected]> --- Created attachment 83759 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83759&action=edit Bug 21846: Add Koha::Tags::Approval(s) and Koha::Tags::Index(es) In order to avoid writing the tests using plain DBIC which would later need to be replaced by a Koha::Object-based counterpart, I introduce this stub classes. Stub tests are added as well. To test: - Apply this patch - Run: $ kshell k$ prove t/db_dependent/Koha/Tags.t \ t/db_dependent/Koha/Tags/Approvals.t \ t/db_dependent/Koha/Tags/Indexes.t => SUCCESS: Tests pass - Sign off :-D Signed-off-by: Owen Leonard <[email protected]> -- 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/
