Bug 28772: Fix Koha/Object.t
[koha.git] / t / db_dependent / Koha / Object.t
2021-09-20 Jonathan DruartBug 28772: Fix Koha/Object.t
2020-02-11 Jonathan DruartBug 24590: Fix Koha/Object.t on MySQL 8
2020-02-10 Jonathan DruartBug 24213: Add tests
2020-01-18 Tomas Cohen AraziBug 24228: Make ->to_api params a hashref
2020-01-18 Agustin MoyanoBug 24228: Add parameters to Koha::Object(s)->to_api...
2020-01-18 Tomas Cohen AraziBug 23893: Special care for booleans
2020-01-18 Tomas Cohen AraziBug 23893: Catch dt_from_string exceptions
2020-01-18 Tomas Cohen AraziBug 23893: Unit tests
2019-11-13 Jonathan DruartBug 23825: table name is not always displayed
2019-11-13 Marcel de RooyBug 23825: (QA follow-up) Remove database name
2019-11-13 Jonathan DruartBug 23825: Add tests
2019-10-21 Tomas Cohen AraziBug 23770: Unit tests
2019-02-01 Jonathan DruartBug 21610: Add tests
2019-01-25 Tomas Cohen AraziBug 22051: Unit tests
2019-01-02 Jonathan DruartBug 21817: Centralize the mock of userenv from tests
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