Bug 18501: (follow-up) Remove duplicate test
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 20 Aug 2020 11:38:23 +0000 (12:38 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 21 Aug 2020 09:51:19 +0000 (11:51 +0200)
commit00ec4ed478b116f10fa5ea95d565460f439a8320
tree1c54e96bda8610a7a1c1d2e8468bab3b7ad84fca
parent112e2788c52e8d805735ae9eee7c606755994815
Bug 18501: (follow-up) Remove duplicate test

The ModItem test found in t/db_dependent/Items.t was a duplciate (but
slightly less functional) for the test we introduced for the *_on
trigger functionality in t/db_dependent/Koha/Items.t::store

The failure was a missing C4::Context mock, but the logical fix is to
simply remove the duplicate test.

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

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