repo.or.cz
/
koha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 23895: Move installer file into the mandatory directory
[koha.git]
/
t
/
Koha_Template_Plugin_Cache.t
blob
da20f61e6248517939614b001c94e1d76115fae3
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());