Edit File: core_prop_location.phpt
--TEST-- CacheCore::location --FILE-- <?php require_once dirname(__FILE__) . '/../cachecore.class.php'; $cache = new CacheCore('test', './cache', 60); var_dump($cache->location); ?> --EXPECT-- string(7) "./cache"
Back to File Manager