Koha/t/Koha
Tomas Cohen Arazi b937450ce5 Bug 29121: Add new plugin exceptions
This patch introduces two new exceptions:

- Koha::Exceptions::Plugin::InstallDied
- Koha::Exceptions::Plugin::UpgradeDied

Tests are added for their stringification output.

To test:
1. Apply this patch
2. Run:
   $ kshell
  k$ prove t/Koha/Exceptions.t
=> SUCCESS: Tests pass!
3. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-10-01 16:28:55 +02:00
..
Authority
I18N/po/xx_XX/LC_MESSAGES
Middleware Bug 28200: Remove unit test using abbreviated format 2021-05-17 12:29:14 +02:00
Object
Plugins
REST/Plugin Bug 27760: Improve readabiliity using map 2021-05-04 14:22:02 +02:00
SearchEngine Bug 28316: (QA follow-up) Make clean_search_term public 2021-09-20 14:04:48 +02:00
Util Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
Config.t Bug 28306: Allow to query database with minimal memory footprint 2021-08-31 10:27:52 +02:00
Email.t Bug 28870: non-FQDN addresses are valid 2021-09-28 10:22:36 +02:00
Exceptions.t Bug 29121: Add new plugin exceptions 2021-10-01 16:28:55 +02:00
I18N.t
ItemType.t
RDF.t
Script.t
Script_cron.t
sleep.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
wait.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
Z3950responder.t