Chris Cormack
0ba13938fb
To test run prove t/Koha_Template_Plugin_Cache.t Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works nicely. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
6 lines
142 B
Perl
6 lines
142 B
Perl
use Modern::Perl;
|
|
use Test::More tests => 2;
|
|
|
|
use_ok('Koha::Template::Plugin::Cache');
|
|
|
|
ok(my $cache = Koha::Template::Plugin::Cache->new());
|