http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14375
--- Comment #12 from Fridolin SOMERS <[email protected]> --- Created attachment 41437 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41437&action=edit Bug 14375 - Use mock on dbh instead of _new_dbh This patch changes in test modules the mock on database connexion. Instead of mocking method _new_dbh (removed by main patch), mock directly method dbh. Always use t::lib::Mocks::mock_dbh() for that. To test, just run prove on modified test modules. -- 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/
