| Summary: | Remove DBD::Mock | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | fridolin.somers, mtj |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
23.11.00
|
Circulation function: | |
| Bug Depends on: | 33940 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 34414: Remove DBD::Mock
Bug 34414: Remove DBD::Mock |
||
|
Description
Marcel de Rooy
2023-07-26 06:53:53 UTC
(In reply to Marcel de Rooy from comment #0) > Run update cardnumber='123456789' where borrowernumber=50; update borrowers set cardnumber='123456789' where borrowernumber=50; Created attachment 153896 [details] [review] Bug 34414: Remove DBD::Mock We never actually used it. See BZ report. Test plan: Run git grep DBD::Mock. Only finding old release notes. Run git grep mock_add_resultset. Nothing. Bonus: Find a few other DBD::Mock properties/attributes. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> QA: NOTE the dependency Created attachment 153897 [details] [review] Bug 34414: Remove DBD::Mock We never actually used it. See BZ report. Test plan: Run git grep DBD::Mock. Only finding old release notes. Run git grep mock_add_resultset. Nothing. Bonus: Find a few other DBD::Mock properties/attributes. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Taking the liberty to move this to PQA. Trivial. Signed off by QA team member. Pushed to master for 23.11. Nice work everyone, thanks! |