Blame | Letzte Änderung | Log anzeigen | RSS feed
--TEST--CacheFile::location--FILE--<?phprequire_once dirname(__FILE__) . '/../cachecore.class.php';require_once dirname(__FILE__) . '/../cachefile.class.php';$cache = new CacheFile('test', './cache', 60);var_dump($cache->location);?>--EXPECT--string(7) "./cache"