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