1..64 # ->initialize() # ->set() ->get() ->has() ok 1 - ->set() returns true if data are stored in cache ok 2 - ->get() retrieves data form the cache ok 3 - ->has() returns true if the cache exists ok 4 - ->set() takes a lifetime as its third argument ok 5 - ->get() returns the default value if cache has expired ok 6 - ->has() returns true if the cache exists ok 7 - ->get() returns null if the cache does not exist ok 8 - ->get() takes a default value as its second argument ok 9 - ->has() returns false if the cache does not exist ok 10 - ->set() overrides previous data stored in the cache ok 11 - ->get() retrieves the latest data form the cache ok 12 - ->set() false data are stored in the cache ok 13 - ->has() returns true if the cache exists with false value ok 14 - ->get() retrieves the latest data form the cache ok 15 - ->get() does not return default value if false is stored sfConfigurationException: To use all features of the "sfXCacheCache" class, you must set "xcache.admin.enable_auth" to "Off" in your php.ini. (in /Users/server/Sites/siwapp/lib/vendor/symfony/lib/cache/sfXCacheCache.class.php on line 209) Exception trace: at /Users/server/Sites/siwapp/lib/vendor/symfony/lib/cache/sfXCacheCache.class.php:209 sfXCacheCache->checkAuth() at /Users/server/Sites/siwapp/lib/vendor/symfony/lib/cache/sfXCacheCache.class.php:104 sfXCacheCache->clean() at sfCacheDriverTests.class.php:39 sfCacheDriverTests::launch() at sfXCacheCacheTest.php:36 # Looks like you planned 64 tests but only ran 15.