Bug 27155: Include identifier test in Biblio_and_Items_plugin_hooks.t
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Tue, 28 Sep 2021 11:50:22 +0000 (11:50 +0000)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 8 Oct 2021 13:28:44 +0000 (09:28 -0400)
commit3d5ea8d426123e190369fafc35576096ebf96a3d
tree7f716ff7e94f7dab2ed6098b1a326d74010356a4
parent9557fbd656ba69ea1fa9f3ae9bf3abfd371a43e1
Bug 27155: Include identifier test in Biblio_and_Items_plugin_hooks.t

The biblio and item action hooks pass a biblionumber or itemnumber now
to the plugin at time of deletion.
This patch adds a tiny refinement to Biblio_and_Items_plugin_hooks.t
and the associated test plugin to be sure of that.

Test plan:
Run t/db_dependent/Koha/Plugins/Biblio_and_Items_plugin_hooks.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/Koha/Plugins/Biblio_and_Items_plugin_hooks.t
t/lib/Koha/Plugin/Test.pm