Bug 16966: Koha::Patrons - Move AnonymiseIssueHistory tests
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 22 Jul 2016 15:43:56 +0000 (16:43 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 3 Mar 2017 17:20:02 +0000 (17:20 +0000)
commit4f72b06e5d5807a88b243e12fe4085e617e822c8
treec8637f8c1c033929ab646227d14064fb54fe7cf7
parentbfe63a1e73bcfb57d6e2c41b98208419ba00a71f
Bug 16966: Koha::Patrons - Move AnonymiseIssueHistory tests

The next patch will move C4::Circulation::AnonymiseIssueHistory and
C4::Members::GetBorrowersWithIssuesHistoryOlderThan to Koha::Patrons
This patch move the history anonymisation code to the Patrons.t test
file and the entire subtest related to StoreLastBorrower to
StoreLastBorrower.t

It just moves and add some minor adjustements.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/Circulation/AnonymiseIssueHistory.t [deleted file]
t/db_dependent/Circulation/StoreLastBorrower.t [new file with mode: 0644]
t/db_dependent/Koha/Patrons.t