Bug 11452 - Add some tests for Koha::Template::Plugin::Cache
Summary: Add some tests for Koha::Template::Plugin::Cache
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Chris Cormack
QA Contact: Galen Charlton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-27 03:06 UTC by Chris Cormack
Modified: 2014-12-07 20:07 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 11452 Add unit tests for Koha::Template::Plugin::Cache (765 bytes, patch)
2013-12-27 03:09 UTC, Chris Cormack
Details | Diff | Splinter Review
[SIGNED OFF] Bug 11452 Add unit tests for Koha::Template::Plugin::Cache (848 bytes, patch)
2013-12-27 20:10 UTC, Katrin Fischer
Details | Diff | Splinter Review
Bug 11452 Add unit tests for Koha::Template::Plugin::Cache (910 bytes, patch)
2014-01-10 14:51 UTC, Kyle M Hall
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2013-12-27 03:06:24 UTC

    
Comment 1 Chris Cormack 2013-12-27 03:09:32 UTC Comment hidden (obsolete)
Comment 2 Katrin Fischer 2013-12-27 20:10:23 UTC Comment hidden (obsolete)
Comment 3 Kyle M Hall 2014-01-10 14:51:50 UTC
Created attachment 24134 [details] [review]
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>
Comment 4 Galen Charlton 2014-01-10 16:13:32 UTC
Pushed to master.  Thanks, Chris!