Make WordPress Core

Changeset 105 in tests for wp-testcase/test_includes_cache.php


Ignore:
Timestamp:
12/04/2007 03:22:19 AM (18 years ago)
Author:
tellyworth
Message:

use a separate dir for object cache tests to stop other files from clashing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-testcase/test_includes_cache.php

    r39 r105  
    2020        $cache = new WP_Object_cache();
    2121        $cache->cache_enabled = true;
    22         $cache->cache_dir = '/tmp/';
     22        $cache->cache_dir = '/tmp/wp_cache_test/';
    2323        return $cache;
    2424    }
Note: See TracChangeset for help on using the changeset viewer.