]> git.koha-community.org Git - koha.git/blob - t/Koha_Template_Plugin_Cache.t
Bug 20816: [19.11.x] Add ability to define custom templated fields in SIP patron...
[koha.git] / t / Koha_Template_Plugin_Cache.t
1 use Modern::Perl;
2 use Test::More tests => 2;
3
4 use_ok('Koha::Template::Plugin::Cache');
5
6 ok(my $cache = Koha::Template::Plugin::Cache->new());