Bug 19532: (follow-up) aria-hidden attr on OPAC, and more
[koha.git] / t / db_dependent / Members /
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-09-11 Jonathan DruartBug 26384: Fix executable flags
2020-03-23 Jonathan DruartBug 20443: Remove extended_attributes_code_value_arrayr...
2020-03-23 Jonathan DruartBug 20443: Remove SearchIdMatchingAttribute
2020-03-23 Jonathan DruartBug 20443: Remove C4::Members::AttributeTypes
2020-03-23 Jonathan DruartBug 20443: Remove CheckUniqueness
2020-03-23 Jonathan DruartBug 20443: Remove UpdateBorrowerAttribute and SetBorrow...
2020-03-23 Jonathan DruartBug 20443: Remove DeleteBorrowerAttribute
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributes to Koha::Patron...
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributeValue to Koha:...
2020-03-23 Tomas Cohen AraziBug 23463: Fix tests
2020-03-23 Jonathan DruartBug 23463: Replace AddItem calls with Koha::Item->store
2019-01-02 Jonathan DruartBug 21817: Centralize the mock of userenv from tests
2018-09-15 Jonathan DruartBug 21360: Prevent IssueSlip.t to fail when run at...
2018-07-31 Jonathan DruartBug 21133: Fix use statements order
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember with Koha...
2018-05-07 Jonathan DruartBug 20531: (follow-up) Set the timestamps to the same...
2018-05-03 Josef MoravecBug 20444: Update test
2018-04-25 Jonathan DruartBug 20531: Set the timestamps to the same value to...
2018-04-25 Jonathan DruartBug 20531: Add diag to help debug next failure
2018-04-05 Jonathan DruartBug 20531: Prevent IssueSlip.t to fail randomly
2018-04-03 Jonathan DruartBug 19935: Replace GetPendingIssues - Remove the residue
2018-04-03 Jonathan DruartBug 17553: Move existing tests
2017-08-15 Jonathan DruartBug 18292: Remove return 1 statements in tests
2017-08-10 Marcel de RooyBug 19071: Fix Members/IssueSlip.t
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-05-29 Jonathan DruartBug 18664: Make IssueSlip returns if params are not...
2017-04-21 Jonathan DruartBug 18420: Do not use 'S' as patron category code in...
2017-02-14 Mason JamesBug 18009 - IssueSlip.t test fails if launched between...
2016-12-30 Jonathan DruartBug 17569: Move tests to the patron module test file
2016-12-30 Jonathan DruartBug 17569: Rewrite existing tests to make them reusable...
2016-12-05 Tomas Cohen AraziBug 17714: Remove itemtype-related t/db_dependent/Membe...
2016-11-17 Tomas Cohen AraziBug 17646: Remove itemtype-related IssueSlip.t warnings
2016-10-28 Jonathan DruartBug 16912: Koha::Patrons - Move and rewrite tests for...
2016-09-08 Jonathan DruartBug 15407: Koha::Patron::Categories - replace C4::Categ...
2016-07-15 Jonathan DruartBug 16889: Remove C4::Members::columns and use Koha...
2016-06-10 Marcel de RooyBug 16443: [QA Follow-up] Add two tests for get_fields
2016-06-03 Jonathan DruartBug 16504: Add regression tests
2016-05-04 Marcel de RooyBug 16155: Remove a second use from Members_Attributes.t
2016-04-29 Marcel de RooyBug 14834: Make membership_expiry cronjob more flexible
2016-04-29 Marcel de RooyBug 16377: Fix t/db_dependent/Members/Attributes.t
2016-04-22 Jonathan DruartBug 12787: Reorganise t/db_dependent files
2016-03-15 Jonathan DruartBug 11998: Use t::lib::Mocks::mock_preference in tests
2016-02-24 Jonathan DruartBug 15629: Koha::Libraries - Remove ModBranch
2015-11-06 Jonathan DruartBug 14878: Tests - Create the branchcodes when needed
2015-11-04 Kyle M HallBug 12933: (QA followup) Rename GetOverdues to GetOverd...
2015-11-04 Kyle M HallBug 12933: (QA followup) Add Unit Tests
2015-11-04 Tomas Cohen AraziBug 15081: (followup) Make test files using TestBuilder...
2015-10-20 Jonathan DruartBug 15029: Make the IssueSlip tests pass even if launch...
2015-10-06 Marcel de RooyBug 6810: [QA Follow-up] Move test file to db_dependent
2015-08-28 Kyle M HallBug 13697: (QA followup) Add Unit Test
2015-04-20 Jonathan DruartBug 12847: Items issued today is considered as overdue
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
2013-08-16 Jonathan DruartBug 10481: Unit tests for C4::Members::AddEnrolmentFeeI...