Bug 29672: Increase performance of Koha::Plugins->call
[srvgit] / t / db_dependent / Koha / Plugins / Plugins.t
2022-11-03 Julian MauriceBug 29672: Increase performance of Koha::Plugins->call
2022-03-02 Fridolin SomersBug 29857: (follow-up) Fix t/db_dependent/Koha/Plugins...
2021-11-15 Jonathan DruartBug 29273: Remove warnings from plugin tests
2021-10-19 Tomas Cohen AraziBug 28211: (QA follow-up) Test for hook calls properly
2021-10-18 Kyle M HallBug 28211: (QA follow-up) Add unit tests
2021-10-18 Kyle M HallBug 28211: Replace use of call_recursive() with call()
2021-10-06 Kyle M HallBug 26351: Add plugin hooks to transform item barcodes
2021-10-06 Kyle M HallBug 28026: Add call_recursive() as a supplement for...
2021-10-01 Tomas Cohen AraziBug 29121: Regression tests
2021-08-19 Jonathan DruartBug 21670: Add debug to Plugins.t
2020-08-05 Jonathan DruartBug 26138: Make Koha::Plugins->call return consistent...
2020-07-30 Kyle M HallBug 24031: Add hook to test plugin with unit test
2020-07-30 Kyle M HallBug 24031: Fix warnings
2020-07-30 Julian MauriceBug 24031: Add plugin hook after_hold_create
2019-07-15 Martin RenvoizeBug 22709: (RM follow-up) Clean up plugin tests