Bug 20287: Replace occurrences of AddMember with Koha::Patron->new->store->borrowernumber
[koha.git] / t / db_dependent / Members / GetAllIssues.t
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember with Koha...
2017-08-15 Jonathan DruartBug 18292: Remove return 1 statements in tests
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2016-12-05 Tomas Cohen AraziBug 17714: Remove itemtype-related t/db_dependent/Membe...
2016-09-08 Jonathan DruartBug 15407: Koha::Patron::Categories - replace C4::Categ...
2016-02-24 Jonathan DruartBug 15629: Koha::Libraries - Remove ModBranch
2014-07-30 Yohann DufourBug 12457: Allow UT on a non empty database
2014-07-30 Yohann DufourBug 12457: Adding unit tests for Members.pm