public function MemCacheStatisticsTestCase::setUp in Memcache API and Integration 7
See also
File
- tests/
memcache.test, line 898 - Test cases for the memcache cache backend.
Class
- MemCacheStatisticsTestCase
- Test statistics generation.
Code
public function setUp() {
parent::setUp('memcache_admin');
$conf['cache_default_class'] = 'MemCacheDrupal';
$conf['cache_class_cache_form'] = 'DrupalDatabaseCache';
}