Bug 29273: Remove warnings from plugin tests
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 19 Oct 2021 13:58:25 +0000 (15:58 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 15 Nov 2021 11:38:39 +0000 (12:38 +0100)
commit22392e4a6106b6b2be7eda4a59b2c4c4ac5848de
tree18ebd101f6d5a7b19a8faf0001ea8a4d98d90031
parentc7e2837c4eafe16f3ce80d4ebf20a798d1be5039
Bug 29273: Remove warnings from plugin tests

This patch is suggesting to move the broken test plugins into a separate
directory.

t/lib/plugins and t/lib/bad_plugins

Signed-off-by: David Nind <david@davidnind.com>
JK: Add executable bit to Broken.t
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21 files changed:
t/db_dependent/Koha/Plugins/Barcode_transform_hooks.t
t/db_dependent/Koha/Plugins/Biblio_and_Items_plugin_hooks.t
t/db_dependent/Koha/Plugins/Broken.t [new file with mode: 0755]
t/db_dependent/Koha/Plugins/Circulation_hooks.t
t/db_dependent/Koha/Plugins/Holds_hooks.t
t/db_dependent/Koha/Plugins/Patron.t
t/db_dependent/Koha/Plugins/Plugins.t
t/lib/Koha/Plugin/BadAPIRoute.pm [deleted file]
t/lib/Koha/Plugin/BrokenInstall.pm [deleted file]
t/lib/Koha/Plugin/BrokenUpgrade.pm [deleted file]
t/lib/Koha/Plugin/MarcFieldValues.pm [deleted file]
t/lib/Koha/Plugin/Test.pm [deleted file]
t/lib/Koha/Plugin/Test/Controller.pm [deleted file]
t/lib/Koha/Plugin/TestItemBarcodeTransform.pm [deleted file]
t/lib/bad_plugins/Koha/Plugin/BrokenInstall.pm [new file with mode: 0644]
t/lib/bad_plugins/Koha/Plugin/BrokenUpgrade.pm [new file with mode: 0644]
t/lib/plugins/Koha/Plugin/BadAPIRoute.pm [new file with mode: 0644]
t/lib/plugins/Koha/Plugin/MarcFieldValues.pm [new file with mode: 0644]
t/lib/plugins/Koha/Plugin/Test.pm [new file with mode: 0644]
t/lib/plugins/Koha/Plugin/Test/Controller.pm [new file with mode: 0644]
t/lib/plugins/Koha/Plugin/TestItemBarcodeTransform.pm [new file with mode: 0644]