Bug 18501: (QA follow-up) Migrate and update unit tests
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 14 Aug 2020 16:16:04 +0000 (17:16 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 20 Aug 2020 10:31:59 +0000 (12:31 +0200)
commit51e70ef88556e1cffff54d6c58d5d529c75d17cf
tree77d6c6e07580d431e032373f057a1420069b810b
parentbb0cd3d229dec57bdef0016118417a4e326b12f5
Bug 18501: (QA follow-up) Migrate and update unit tests

This patch moves the _FixAccountForLostAndFound tests from Circulation.t
to Koha/Items.t and updates then to call an item store as aposed to the
now removed _FixAccountForLostAndFound method.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Circulation.t
t/db_dependent/Koha/Items.t