Bug 30870: Don't skip tests if Test::Deep if not installed
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 31 May 2022 09:29:57 +0000 (11:29 +0200)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Wed, 8 Jun 2022 10:06:55 +0000 (12:06 +0200)
commit4cc0ae778d18ca4b1245b1e22f25d867dbb3de37
treec94796f19b059759e8b1d69ac7795e1b5faa53e0
parent06c0644cda4851f1a55a5d76eb9127ee57072801
Bug 30870: Don't skip tests if Test::Deep if not installed

We are using Test::Deep in different tests, but from t/db_dependent/Koha.t the tests are skippted if the module is not installed.
We must assume the module is installed

Test plan:
  prove t/db_dependent/Koha.t
should return green in ktd

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 42290cb43deb7dde668d9a55467c44ba705e665c)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit a97d5c93ab61a790f1d25b770682c9832fb8e9de)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
t/db_dependent/Koha.t