Bugzilla – Attachment 24134 Details for
Bug 11452
Add some tests for Koha::Template::Plugin::Cache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11452 Add unit tests for Koha::Template::Plugin::Cache
Bug-11452-Add-unit-tests-for-KohaTemplatePluginCac.patch (text/plain), 910 bytes, created by
Kyle M Hall (khall)
on 2014-01-10 14:51:50 UTC
(
hide
)
Description:
Bug 11452 Add unit tests for Koha::Template::Plugin::Cache
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-01-10 14:51:50 UTC
Size:
910 bytes
patch
obsolete
>From cb1004607f33824eced4c29a51beaf964083fbff Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chris@bigballofwax.co.nz> >Date: Fri, 27 Dec 2013 16:06:34 +1300 >Subject: [PATCH] Bug 11452 Add unit tests for Koha::Template::Plugin::Cache > >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> >--- > t/Koha_Template_Plugin_Cache.t | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > create mode 100644 t/Koha_Template_Plugin_Cache.t > >diff --git a/t/Koha_Template_Plugin_Cache.t b/t/Koha_Template_Plugin_Cache.t >new file mode 100644 >index 0000000..da20f61 >--- /dev/null >+++ b/t/Koha_Template_Plugin_Cache.t >@@ -0,0 +1,6 @@ >+use Modern::Perl; >+use Test::More tests => 2; >+ >+use_ok('Koha::Template::Plugin::Cache'); >+ >+ok(my $cache = Koha::Template::Plugin::Cache->new()); >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11452
:
23824
|
23833
| 24134