Bug 26265: add a plan for tests

Tests were run but no plan was declared and done_testing() was not seen.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2020-08-25 15:14:27 +02:00
parent 352bc794d4
commit 88f6401953

View file

@ -19,6 +19,7 @@
use Modern::Perl;
use Test::More;
plan tests => 1;
use File::Spec;
use File::Slurp qw( read_file );