markTestSkipped('APC cache not available'); } $this->setUpSmarty(__DIR__); parent::setUp(); $this->smarty->setCachingType('apc'); $this->smarty->registerCacheResource('apc', new Smarty_CacheResource_Apctest()); } }