Bug 26250: Fix tests when SearchEngine=Elastic
[koha.git] / t / db_dependent / Koha / Items.t
2020-08-25 Jonathan DruartBug 26139: Centralize code for "Place hold" button...
2020-08-21 Martin RenvoizeBug 18501: (follow-up) Use t::lib::Dates::compare in...
2020-08-21 Martin RenvoizeBug 18501: (follow-up) Test undefined userenv behaviour
2020-08-20 Martin RenvoizeBug 18501: (QA follow-up) Migrate and update unit tests
2020-08-20 Martin RenvoizeBug 18501: (QA follow-up) Add test of *_on functionality
2020-08-18 NickBug 23695: Set holding branch to transferring branch...
2020-03-23 Jonathan DruartBug 23463: Replace AddItem calls with Koha::Item->store
2020-01-03 Tomas Cohen AraziBug 22284: (QA follow-up) Make pickup locations be...
2020-01-03 Agustin MoyanoBug 22284: (follow-up) Squash multiple follow-ups
2020-01-03 Agustin MoyanoBug 22284: (follow-up) Squash multiple follow-ups
2020-01-03 Agustin MoyanoBug 22284: Opac pickup_locations
2019-10-25 Jonathan DruartBug 23413: Fix tests
2019-10-24 Nick ClemensBug 23413: Update tests to use build_sample_biblio
2019-08-13 Nick ClemensBug 23413: Add a holds method to Koha::Items
2019-01-02 Jonathan DruartBug 21817: Centralize the mock of userenv from tests
2018-07-18 Jonathan DruartBug 18072: Only accept Koha::Library in parameters
2018-07-18 Tomas Cohen AraziBug 18072: (QA follow-up) Remove warning from tests
2018-07-18 Lari TaskulaBug 18072: (QA follow-up) let Koha::Item->can_be_transf...
2018-07-18 Lari TaskulaBug 18072: Add Koha::Item->can_be_transferred
2018-02-13 Jonathan DruartBug 20144: [sql_modes] Shorten items.barcode
2017-08-15 Jonathan DruartBug 18292: Remove return 1 statements in tests
2017-04-28 Jonathan DruartBug 18402: Add the Koha::Item->checkout method
2017-04-21 Julian MauriceBug 18459: Add the Koha::Item->biblioitem method
2017-02-17 Jonathan DruartBug 17974: Add the Koha::Item->biblio method
2016-09-02 Jonathan DruartBug 16686: Add test for Koha::Item::Transfer[s] and...