X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=t%2FCreators.t;h=b1206af16a450c0bcd633bc2aeedb76baaa41422;hb=6b90fa3ec4ca7ec9515a59527fb9ff7f4d823318;hp=6e825d63bb3ae98d47445efb926f241fd5bdbc96;hpb=6b3a04da6a2f137ad87e0d39e9cc2c5ab7958850;p=koha-ffzg.git diff --git a/t/Creators.t b/t/Creators.t index 6e825d63bb..b1206af16a 100755 --- a/t/Creators.t +++ b/t/Creators.t @@ -18,7 +18,7 @@ use Test::More tests => 41; BEGIN { use_ok('C4::Creators'); - use_ok('C4::Creators::PDF'); + use_ok('C4::Creators::PDF', qw( Init Add Bookmark Compress Font FontSize Page StrWidth Text End )); } my $pdf_creator = C4::Creators::PDF->new(InitVars => 0);