Bug 14334: Remove AutoCommit from tests
[koha.git] / t / db_dependent / Koha / Object.t
2018-10-18 Jonathan DruartBug 21597: Field 'description' doesn't have a default...
2018-07-31 Jonathan DruartBug 21133: Fix use statements order
2018-07-18 Jonathan DruartBug 20287: Test exception DuplicateID for Koha::Patron...
2018-07-18 Jonathan DruartBug 20287: Use more simple object for Object.t
2018-07-18 Jonathan DruartBug 20287: New warning in t/db_dependent/Koha/Object...
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember with Koha...
2018-06-08 Jonathan DruartBug 20886: Do not cast undef to 0 (TO_JSON)
2018-04-16 Jonathan DruartBug 18725: Test return values of make_column_dirty
2018-04-16 Marcel de RooyBug 18725: (QA follow-up) Use make_column_dirty instead...
2018-04-03 Jonathan DruartBug 19926: Add tests for Koha::Object->unblessed_all_re...
2017-12-22 Tomas Cohen AraziBug 19828: Unit tests
2017-12-14 Lari TaskulaBug 18330: Handle date-time in Koha::Object->TO_JSON
2017-09-21 Olli-Antti KivilahtiBug 18290: Fix t/db_dependent/Koha/Object.t, Mojo:...
2017-03-31 Marcel de RooyBug 18174: Add update to Koha::Object
2017-02-17 Tomas Cohen AraziBug 17932: (followup) Tidy tests
2017-02-17 Tomas Cohen AraziBug 17932: Unit tests
2016-11-15 Jonathan DruartBug 17594: Make Koha::Object->discard_changes available
2016-10-11 Jonathan DruartBug 17226: Make Koha::Object->get_column available
2016-10-11 Jonathan DruartBug 17226: Improve Koha::Object's AUTOLOAD method