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