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:
parent
352bc794d4
commit
88f6401953
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
use Modern::Perl;
|
||||
use Test::More;
|
||||
plan tests => 1;
|
||||
|
||||
use File::Spec;
|
||||
use File::Slurp qw( read_file );
|
||||
|
|
Loading…
Reference in a new issue