53 |
skip "This test must be run with an empty DB. We are using KOHA_TESTING that is set by our CI\nIf you really want to run it, set this env var.", 2 unless $ENV{KOHA_TESTING}; |
53 |
skip "This test must be run with an empty DB. We are using KOHA_TESTING that is set by our CI\nIf you really want to run it, set this env var.", 2 unless $ENV{KOHA_TESTING}; |
56 |
skip "Tests won't run if the database does not exist", 2 if $@; |
56 |
skip "Tests won't run if the database does not exist", 3 if $@; |