View | Details | Raw Unified | Return to bug 16088
Collapse All | Expand All

(-)a/t/Cache.t (-2 / +1 lines)
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
- 

Return to bug 16088