|
Lines 34-40
SKIP: {
Link Here
|
| 34 |
$ENV{ MEMCACHED_NAMESPACE } = 'unit_tests'; |
34 |
$ENV{ MEMCACHED_NAMESPACE } = 'unit_tests'; |
| 35 |
my $cache = Koha::Cache->get_instance(); |
35 |
my $cache = Koha::Cache->get_instance(); |
| 36 |
|
36 |
|
| 37 |
skip "Cache not enabled", 33 |
37 |
skip "Cache not enabled", 36 |
| 38 |
unless ( $cache->is_cache_active() && defined $cache ); |
38 |
unless ( $cache->is_cache_active() && defined $cache ); |
| 39 |
|
39 |
|
| 40 |
# test fetching an item that isnt in the cache |
40 |
# test fetching an item that isnt in the cache |
| 41 |
- |
|
|