public function testInitializationCreatesCacheManagerInstance()
 {
     $resource = new Zend_Application_Resource_Cachemanager(array());
     $resource->init();
     $this->assertTrue($resource->getCachemanager() instanceof Zend_Cache_Manager);
 }