Edit File: file_prop_location.phpt
--TEST-- CacheFile::location --FILE-- <?php require_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"
Back to File Manager