Bug 24134: Add placeholder for 2 digit years to allow autogeneration of dates in 008
[koha.git] / t / Koha_Template_Plugin_Cache.t
blobda20f61e6248517939614b001c94e1d76115fae3
1 use Modern::Perl;
2 use Test::More tests => 2;
4 use_ok('Koha::Template::Plugin::Cache');
6 ok(my $cache = Koha::Template::Plugin::Cache->new());