Bug 22709: (RM follow-up) Clean up plugin tests
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 12 Jul 2019 10:45:25 +0000 (11:45 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 15 Jul 2019 10:23:10 +0000 (11:23 +0100)
commitd25f3e84374ec8d7c85f8ed805102f67c0a73d77
treed4c19a8330cc66d3e84537721624b74898545791
parent54c5ec977c8c1c84f3023a12a6a8192d9ac9a1dc
Bug 22709: (RM follow-up) Clean up plugin tests

The plugin tests were failing due to failed rollbacks and run order.
This patch moves them into their own directory and adds a reset test to
restore the original state of the plugin system after the tests have
run.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
t/db_dependent/Koha/Plugins/Biblio_and_Items_plugin_hooks.t [moved from t/db_dependent/Plugins/Biblio_and_Items_plugin_hooks.t with 98% similarity]
t/db_dependent/Koha/Plugins/KitchenSinkPlugin.kpz [moved from t/db_dependent/KitchenSinkPlugin.kpz with 100% similarity]
t/db_dependent/Koha/Plugins/Plugins.t [moved from t/db_dependent/Plugins.t with 98% similarity]
t/db_dependent/Koha/Plugins/z_reset.t [new file with mode: 0644]